Package gov.nih.mipav.model.algorithms
Class LSCM.Graph
java.lang.Object
gov.nih.mipav.model.algorithms.LSCM.Graph
- Enclosing class:
LSCM
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<List<LSCM.HalfEdge>> protected LSCM.Meshprotected LSCM.Vertexprotected Set<LSCM.Vertex> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()voidvoidloops()voidvoidprune()voidtrace_to_root(LSCM.Vertex leaf, Vector<LSCM.Vertex> path)
-
Field Details
-
m_mesh
-
m_edges
-
m_vertices
-
m_left_edges
-
m_loops
-
m_root
-
-
Constructor Details
-
Graph
-
-
Method Details
-
loops
-
clear
public void clear() -
insert
-
breadth_first_search
public void breadth_first_search() -
trace_to_root
-
locate_loops
public void locate_loops() -
propagation
public void propagation() -
prune
public void prune()
-