|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.lcd.vertexing.zvtop.ZvVertexList
ZvVertexList -- ZvTop vertex list
Class provides a list of ZvVertex objects.
Constructor Summary | |
ZvVertexList()
|
|
ZvVertexList(Enumeration e)
This constructor takes an enumeration of ZvVertex! |
|
ZvVertexList(Vector v)
|
|
ZvVertexList(ZvVertexList vl)
This constructor takes a ZvVertexList |
Method Summary | |
void |
addVertex(ZvVertex vertex)
add a single vertex |
void |
addVertexEnumeration(Enumeration e)
Add an enumeration of ZvVertex |
void |
addVertexList(ZvVertexList vl)
Add a ZvVertexList |
boolean |
contains(ZvVertex vertex)
|
ZvVertex |
firstVertex()
|
ZvVertexList |
getCopy()
get a deep copy of vertex list |
double[] |
getMeanPosition()
get the mean position of all vertices in list |
int |
getNVertices()
get number of vertices in this list |
FitStatusInt |
getStatus()
get the global status of the last vertexing action |
ZvTopVertexer |
getVertexer()
get the vertexer used; gives handle to different (track) lists |
Enumeration |
getVertices()
returns an enumeration of ZvVertex |
int |
indexOf(ZvVertex vertex)
|
void |
insertVertexAt(ZvVertex vertex,
int index)
|
boolean |
isEmpty()
Is the list empty? |
int |
lastIndexOf(ZvVertex vertex)
|
ZvVertex |
lastVertex()
|
void |
removeAllVertices()
|
void |
removeVertex(ZvVertex vertex)
|
void |
removeVertexAt(int index)
|
void |
setVertexAt(ZvVertex vertex,
int index)
|
void |
setVertexer(ZvTopVertexer vertexer)
set the vertexer used |
ZvVertex |
vertexAt(int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZvVertexList()
public ZvVertexList(Vector v)
public ZvVertexList(Enumeration e)
public ZvVertexList(ZvVertexList vl)
Method Detail |
public int getNVertices()
getNVertices
in interface VertexList
public Enumeration getVertices()
getVertices
in interface VertexList
public void addVertex(ZvVertex vertex)
public void addVertexEnumeration(Enumeration e)
public void addVertexList(ZvVertexList vl)
public ZvVertex vertexAt(int index)
public ZvVertex firstVertex()
public ZvVertex lastVertex()
public void insertVertexAt(ZvVertex vertex, int index)
public void setVertexAt(ZvVertex vertex, int index)
public void removeAllVertices()
public void removeVertex(ZvVertex vertex)
public void removeVertexAt(int index)
public boolean contains(ZvVertex vertex)
public int indexOf(ZvVertex vertex)
public int lastIndexOf(ZvVertex vertex)
public boolean isEmpty()
VertexListInt
isEmpty
in interface VertexListInt
public ZvVertexList getCopy()
public double[] getMeanPosition()
public void setVertexer(ZvTopVertexer vertexer)
public ZvTopVertexer getVertexer()
public FitStatusInt getStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |