Enum nifti::typedef::XForm[][src]

#[repr(u16)]
pub enum XForm { Unknown, ScannerAnat, AlignedAnat, Talairach, Mni152, }

An enum type for representing a NIFTI XForm.

Variants

Arbitrary coordinates (Method 1).

Scanner-based anatomical coordinates

Coordinates aligned to another file's, or to anatomical "truth".

Coordinates aligned to Talairach-Tournoux Atlas; (0,0,0)=AC, etc.

MNI 152 normalized coordinates.

Trait Implementations

impl Debug for XForm
[src]

Formats the value using the given formatter. Read more

impl PartialEq for XForm
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for XForm
[src]

impl Hash for XForm
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for XForm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XForm
[src]

Auto Trait Implementations

impl Send for XForm

impl Sync for XForm