|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.lcd.vertexing.zvtop.ZvSpatPoint
ZvSpatPoint -- ZvTop spatial point representation helper class for ZvTopVertexer
Constructor Summary | |
ZvSpatPoint()
|
|
ZvSpatPoint(double[] position,
double vSig)
|
|
ZvSpatPoint(ZvSpatPoint sp)
copy constructor |
Method Summary | |
ZvSpatPoint |
copy()
provide a deep copy |
double |
distance(ZvSpatPoint spatialPoint)
distance between this and another spatial point |
boolean |
isEqual(ZvSpatPoint spatialPoint)
check for equality of this spatial point with another -- equality, if dist(sp1,sp2) < maxSep default: maxSep = 5 um |
boolean |
isEqual(ZvSpatPoint spatialPoint,
double maxSep)
check for equality of this spatial point with another -- equality, if dist(sp1,sp2) < maxSep |
double[] |
position()
get the space point position |
void |
setPosition(double[] position)
set the space point position |
void |
setVertexId(int id)
set the index of the associated vertex |
void |
setVSig(double vSig)
set the space point vertex significance value |
int |
vertexId()
get the index of the associated vertes |
double |
vSig()
get the space point vertex significance value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZvSpatPoint()
public ZvSpatPoint(double[] position, double vSig)
public ZvSpatPoint(ZvSpatPoint sp)
Method Detail |
public void setPosition(double[] position)
public void setVSig(double vSig)
public double[] position()
public double vSig()
public double distance(ZvSpatPoint spatialPoint)
public boolean isEqual(ZvSpatPoint spatialPoint)
public boolean isEqual(ZvSpatPoint spatialPoint, double maxSep)
public void setVertexId(int id)
public int vertexId()
public ZvSpatPoint copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |