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_traitsprotected LSCM.FaceTrait[]m_face_traitsprotected LSCM.HalfEdgeTrait[]m_halfedge_traitsprotected LSCM.Meshm_meshprotected LSCM.VertexTrait[]m_vertex_traits
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidallocate_edge_trait()voidallocate_face_trait()voidallocate_halfedge_trait()voidallocate_vertex_trait()voidclear()voiddellocate_edge_trait()voiddellocate_face_trait()voiddellocate_halfedge_trait()voiddellocate_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()
-
-