java.lang.Object
gov.nih.mipav.view.renderer.J3D.surfaceview.brainflattenerview.MjSparseMatrix.Index
Enclosing class:
MjSparseMatrix

public static class MjSparseMatrix.Index extends Object
Used to reference a single element in the matrix.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    DOCUMENT ME!
    int
    DOCUMENT ME!
  • Constructor Summary

    Constructors
    Constructor
    Description
    Index(int iRow, int iCol)
    Creates a new Index object.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object kObject)
    override for Object method used for hashing.
    int
    override for Object method used for hashing.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • m_iCol

      public int m_iCol
      DOCUMENT ME!
    • m_iRow

      public int m_iRow
      DOCUMENT ME!
  • Constructor Details

    • Index

      public Index(int iRow, int iCol)
      Creates a new Index object.
      Parameters:
      iRow - DOCUMENT ME!
      iCol - DOCUMENT ME!
  • Method Details

    • equals

      public boolean equals(Object kObject)
      override for Object method used for hashing.
      Overrides:
      equals in class Object
      Parameters:
      kObject - DOCUMENT ME!
      Returns:
      DOCUMENT ME!
    • hashCode

      public int hashCode()
      override for Object method used for hashing.
      Overrides:
      hashCode in class Object
      Returns:
      DOCUMENT ME!