Package gov.nih.mipav.model.algorithms
Class LSCM.FaceVertexIterator
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LSCM.FaceVertexIterator
-
- Enclosing class:
- LSCM
class LSCM.FaceVertexIterator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private LSCM.Face
m_face
private LSCM.HalfEdge
m_halfedge
-
Constructor Summary
Constructors Constructor Description FaceVertexIterator(LSCM.Face f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
end()
LSCM.Vertex
operator()
void
operatorplusplus()
LSCM.Vertex
value()
-
-
-
Field Detail
-
m_face
private LSCM.Face m_face
-
m_halfedge
private LSCM.HalfEdge m_halfedge
-
-
Constructor Detail
-
FaceVertexIterator
public FaceVertexIterator(LSCM.Face f)
-
-
Method Detail
-
operatorplusplus
public void operatorplusplus()
-
value
public LSCM.Vertex value()
-
operator
public LSCM.Vertex operator()
-
end
public boolean end()
-
-