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