|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.graphics.heprep.corba.CORBAHepRepAttribute hep.graphics.heprep.corba.HepRepPointAdapter
Field Summary | |
static String |
cvsId
|
Fields inherited from interface hep.graphics.heprep.HepRepConstants |
SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE, TYPE_BOOLEAN, TYPE_COLOR, TYPE_DOUBLE, TYPE_INT, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN |
Constructor Summary | |
HepRepPointAdapter(HepRepPoint hepRepPoint,
HepRepInstance instance)
|
Method Summary | |
HepRepPoint |
copy(HepRepInstance parent)
Returns a deep copy of this point. |
boolean |
equals(Object o)
|
HepRepAttValue |
getAttValue(String lowerCaseName)
Returns the attValue specified by name. |
protected HepRepAttValue[] |
getAttValues()
|
double |
getEta()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getEta(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
HepRepInstance |
getInstance()
Returns associated instance (parent). |
double |
getPhi()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getPhi(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getR()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getR(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getRho()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getRho(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getTheta()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getTheta(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getX()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getX(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double[] |
getXYZ(double[] xyz)
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getY()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getY(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getZ()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getZ(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
int |
hashCode()
|
Methods inherited from class hep.graphics.heprep.corba.CORBAHepRepAttribute |
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.graphics.heprep.HepRepAttribute |
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
Field Detail |
public static final String cvsId
Constructor Detail |
public HepRepPointAdapter(HepRepPoint hepRepPoint, HepRepInstance instance)
Method Detail |
public HepRepPoint copy(HepRepInstance parent) throws CloneNotSupportedException
HepRepPoint
copy
in interface HepRepPoint
parent
- to add the copy to.
CloneNotSupportedException
- if copying is not possible.public HepRepInstance getInstance()
HepRepPoint
getInstance
in interface HepRepPoint
public HepRepAttValue getAttValue(String lowerCaseName)
HepRepAttribute
getAttValue
in interface HepRepAttribute
lowerCaseName
- of attribute value.
public double getX()
HepRepPoint
getX
in interface HepRepPoint
public double getY()
HepRepPoint
getY
in interface HepRepPoint
public double getZ()
HepRepPoint
getZ
in interface HepRepPoint
public double[] getXYZ(double[] xyz)
HepRepPoint
getXYZ
in interface HepRepPoint
xyz
- list of three coordinates which are filled and returned.
If null, a new list of three coordinates is allocated.
public boolean equals(Object o)
equals
in class CORBAHepRepAttribute
public int hashCode()
hashCode
in class CORBAHepRepAttribute
public double getRho()
HepRepPoint
getRho
in interface HepRepPoint
public double getPhi()
HepRepPoint
getPhi
in interface HepRepPoint
public double getTheta()
HepRepPoint
getTheta
in interface HepRepPoint
public double getR()
HepRepPoint
getR
in interface HepRepPoint
public double getEta()
HepRepPoint
getEta
in interface HepRepPoint
public double getX(double xVertex, double yVertex, double zVertex)
HepRepPoint
getX
in interface HepRepPoint
public double getY(double xVertex, double yVertex, double zVertex)
HepRepPoint
getY
in interface HepRepPoint
public double getZ(double xVertex, double yVertex, double zVertex)
HepRepPoint
getZ
in interface HepRepPoint
public double getRho(double xVertex, double yVertex, double zVertex)
HepRepPoint
getRho
in interface HepRepPoint
public double getPhi(double xVertex, double yVertex, double zVertex)
HepRepPoint
getPhi
in interface HepRepPoint
public double getTheta(double xVertex, double yVertex, double zVertex)
HepRepPoint
getTheta
in interface HepRepPoint
public double getR(double xVertex, double yVertex, double zVertex)
HepRepPoint
getR
in interface HepRepPoint
public double getEta(double xVertex, double yVertex, double zVertex)
HepRepPoint
getEta
in interface HepRepPoint
protected HepRepAttValue[] getAttValues()
getAttValues
in class CORBAHepRepAttribute
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |