Package gov.nih.mipav.model.algorithms
Class LSCM.Loop
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LSCM.Loop
-
- Enclosing class:
- LSCM
class LSCM.Loop extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected LSCM.HalfEdge
m_halfedge
protected java.util.List<LSCM.HalfEdge>
m_halfedges
protected LSCM.Mesh
m_mesh
-
Constructor Summary
Constructors Constructor Description Loop(LSCM.Mesh mesh, LSCM.HalfEdge he)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.util.List<LSCM.HalfEdge>
halfedges()
-
-
-
Field Detail
-
m_mesh
protected LSCM.Mesh m_mesh
-
m_halfedge
protected LSCM.HalfEdge m_halfedge
-
m_halfedges
protected java.util.List<LSCM.HalfEdge> m_halfedges
-
-
Constructor Detail
-
Loop
public Loop(LSCM.Mesh mesh, LSCM.HalfEdge he)
-
-
Method Detail
-
halfedges
public java.util.List<LSCM.HalfEdge> halfedges()
-
clear
public void clear()
-
-