Package gov.nih.mipav.model.algorithms
Class LSCM.Triplet
java.lang.Object
gov.nih.mipav.model.algorithms.LSCM.Triplet
- Enclosing class:
LSCM
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_row
protected int m_row -
m_col
protected int m_col -
m_value
protected double m_value
-
-
Constructor Details
-
Triplet
public Triplet() -
Triplet
public Triplet(int r, int c, double value)
-