|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<NIFTIXForm>
com.xinapse.multisliceimage.Analyze.NIFTIXForm
public enum NIFTIXForm
This class represents the NIFTI qforms and sforms.
| Enum Constant Summary | |
|---|---|
ALIGNED_ANAT
Coordinates aligned to another file's, or to anatomical "truth". |
|
MNI_152
MNI 152 normalized coordinates. |
|
SCANNER_ANAT
Scanner-based anatomical coordinate system. |
|
TALAIRACH
Coordinates aligned to Talairach-Tournoux Atlas; (0,0,0)=AC, etc. |
|
UNKNOWN
Unknown coordinate system. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Run a self-test on the NIFTIXForm class. |
java.lang.String |
toString()
Returns a string describing this NIFTIXForm. |
static NIFTIXForm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NIFTIXForm[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NIFTIXForm UNKNOWN
public static final NIFTIXForm SCANNER_ANAT
public static final NIFTIXForm ALIGNED_ANAT
public static final NIFTIXForm TALAIRACH
public static final NIFTIXForm MNI_152
| Method Detail |
|---|
public static NIFTIXForm[] values()
for (NIFTIXForm c : NIFTIXForm.values()) System.out.println(c);
public static NIFTIXForm valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<NIFTIXForm>public static void main(java.lang.String[] args)
args - ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||