Struct trk_io::CHeader[][src]

#[repr(C)]
pub struct CHeader {
Show fields pub id_string: [u8; 6], pub dim: [i16; 3], pub voxel_size: [f32; 3], pub origin: [f32; 3], pub n_scalars: i16, pub scalar_name: [u8; 200], pub n_properties: i16, pub property_name: [u8; 200], pub vox_to_ras: [f32; 16], pub reserved: [u8; 444], pub voxel_order: [u8; 4], pub pad2: [u8; 4], pub image_orientation_patient: [f32; 6], pub pad1: [u8; 2], pub invert_x: u8, pub invert_y: u8, pub invert_z: u8, pub swap_x: u8, pub swap_y: u8, pub swap_z: u8, pub n_count: i32, pub version: i32, pub hdr_size: i32,
}

Fields

id_string: [u8; 6]dim: [i16; 3]voxel_size: [f32; 3]origin: [f32; 3]n_scalars: i16scalar_name: [u8; 200]n_properties: i16property_name: [u8; 200]vox_to_ras: [f32; 16]reserved: [u8; 444]voxel_order: [u8; 4]pad2: [u8; 4]image_orientation_patient: [f32; 6]pad1: [u8; 2]invert_x: u8invert_y: u8invert_z: u8swap_x: u8swap_y: u8swap_z: u8n_count: i32version: i32hdr_size: i32

Implementations

Get affine mapping trackvis voxelmm space to RAS+ mm space

The streamlines in a trackvis file are in ‘voxelmm’ space, where the coordinates refer to the corner of the voxel.

Compute the affine matrix that will bring them back to RAS+ mm space, where the coordinates refer to the center of the voxel.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.