Package gov.nih.mipav.model.algorithms
Class LSCM.FormTrait
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LSCM.FormTrait
-
- Enclosing class:
- LSCM
class LSCM.FormTrait extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected LSCM.EdgeTrait[]
m_edge_traits
protected LSCM.FaceTrait[]
m_face_traits
protected LSCM.HalfEdgeTrait[]
m_halfedge_traits
protected LSCM.Mesh
m_mesh
protected LSCM.VertexTrait[]
m_vertex_traits
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allocate_edge_trait()
void
allocate_face_trait()
void
allocate_halfedge_trait()
void
allocate_vertex_trait()
void
clear()
void
dellocate_edge_trait()
void
dellocate_face_trait()
void
dellocate_halfedge_trait()
void
dellocate_vertex_trait()
-
-
-
Field Detail
-
m_mesh
protected LSCM.Mesh m_mesh
-
m_vertex_traits
protected LSCM.VertexTrait[] m_vertex_traits
-
m_edge_traits
protected LSCM.EdgeTrait[] m_edge_traits
-
m_halfedge_traits
protected LSCM.HalfEdgeTrait[] m_halfedge_traits
-
m_face_traits
protected LSCM.FaceTrait[] m_face_traits
-
-
Constructor Detail
-
FormTrait
public FormTrait(LSCM.Mesh mesh)
-
-
Method Detail
-
clear
public void clear()
-
allocate_vertex_trait
public void allocate_vertex_trait()
-
allocate_edge_trait
public void allocate_edge_trait()
-
allocate_halfedge_trait
public void allocate_halfedge_trait()
-
allocate_face_trait
public void allocate_face_trait()
-
dellocate_vertex_trait
public void dellocate_vertex_trait()
-
dellocate_edge_trait
public void dellocate_edge_trait()
-
dellocate_halfedge_trait
public void dellocate_halfedge_trait()
-
dellocate_face_trait
public void dellocate_face_trait()
-
-