Package gov.nih.mipav.model.file
Class FileIO.OrientStatus
java.lang.Object
gov.nih.mipav.model.file.FileIO.OrientStatus
- Enclosing class:
FileIO
Orientation information held by orientation.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOrientStatus(int ind, float loc) Creates an Orientation Status with a given index and location. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the given orientation is the same as the current one.intgetIndex()Provides the index.floatProvides the value of the location.
-
Field Details
-
index
int indexDOCUMENT ME! -
location
float locationDOCUMENT 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
Determines if the given orientation is the same as the current one. -
getIndex
public int getIndex()Provides the index.- Returns:
- DOCUMENT ME!
-
getLocation
public float getLocation()Provides the value of the location.- Returns:
- DOCUMENT ME!
-