Package gov.nih.mipav.model.algorithms
Class LSCM.EdgeKey
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LSCM.EdgeKey
-
- Enclosing class:
- LSCM
class LSCM.EdgeKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private LSCM.Vertex[]
m_vertices
-
Constructor Summary
Constructors Constructor Description EdgeKey(LSCM.Vertex v1, LSCM.Vertex v2)
-
-
-
Field Detail
-
m_vertices
private LSCM.Vertex[] m_vertices
-
-
Constructor Detail
-
EdgeKey
public EdgeKey(LSCM.Vertex v1, LSCM.Vertex v2)
-
-