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.HalfEdgem_halfedgeprivate LSCM.Vertexm_vertex
-
Constructor Summary
Constructors Constructor Description VertexFaceIterator(LSCM.Vertex v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanend()LSCM.Faceoperator()voidoperatorplusplus()voidreset()LSCM.Facevalue()
-
-
-
Field Detail
-
m_vertex
private LSCM.Vertex m_vertex
-
m_halfedge
private LSCM.HalfEdge m_halfedge
-
-
Constructor Detail
-
VertexFaceIterator
public VertexFaceIterator(LSCM.Vertex v)
-
-