Class MjSparseMatrix.Index
java.lang.Object
gov.nih.mipav.view.renderer.J3D.surfaceview.brainflattenerview.MjSparseMatrix.Index
- Enclosing class:
MjSparseMatrix
Used to reference a single element in the matrix.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_iCol
public int m_iColDOCUMENT ME! -
m_iRow
public int m_iRowDOCUMENT ME!
-
-
Constructor Details
-
Index
public Index(int iRow, int iCol) Creates a new Index object.- Parameters:
iRow- DOCUMENT ME!iCol- DOCUMENT ME!
-
-
Method Details