Package gov.nih.mipav.model.algorithms
Class LSCM.VertexTrait
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LSCM.Trait
-
- gov.nih.mipav.model.algorithms.LSCM.VertexTrait
-
- Enclosing class:
- LSCM
class LSCM.VertexTrait extends LSCM.Trait
-
-
Field Summary
Fields Modifier and Type Field Description LSCM.Vertex
m_father
int
m_index
boolean
m_touched
LSCM.Point2
m_uv
int
m_valence
-
Constructor Summary
Constructors Constructor Description VertexTrait()
-
-
-
Field Detail
-
m_index
public int m_index
-
m_valence
public int m_valence
-
m_uv
public LSCM.Point2 m_uv
-
m_father
public LSCM.Vertex m_father
-
m_touched
public boolean m_touched
-
-