Class FileIO.OrientStatus

java.lang.Object
gov.nih.mipav.model.file.FileIO.OrientStatus
Enclosing class:
FileIO

public class FileIO.OrientStatus extends Object
Orientation information held by orientation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    DOCUMENT ME!
    (package private) float
    DOCUMENT ME!
  • Constructor Summary

    Constructors
    Constructor
    Description
    OrientStatus(int ind, float loc)
    Creates an Orientation Status with a given index and location.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if the given orientation is the same as the current one.
    int
    Provides the index.
    float
    Provides the value of the location.

    Methods inherited from class java.lang.Object

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

    • index

      int index
      DOCUMENT ME!
    • location

      float location
      DOCUMENT ME!
  • Constructor Details

    • OrientStatus

      public OrientStatus(int ind, float loc)
      Creates an Orientation Status with a given index and location.
      Parameters:
      ind - DOCUMENT ME!
      loc - DOCUMENT ME!
  • Method Details

    • equals

      public boolean equals(Object o)
      Determines if the given orientation is the same as the current one.
      Overrides:
      equals in class Object
      Parameters:
      o - DOCUMENT ME!
      Returns:
      DOCUMENT ME!
    • getIndex

      public int getIndex()
      Provides the index.
      Returns:
      DOCUMENT ME!
    • getLocation

      public float getLocation()
      Provides the value of the location.
      Returns:
      DOCUMENT ME!