Struct trk_io::Header[][src]

pub struct Header {
    pub affine4: Affine4,
    pub affine: Affine,
    pub translation: Translation,
    pub nb_streamlines: usize,
    pub scalars: Vec<(String, ArraySequence<f32>)>,
    pub properties: Vec<(String, Vec<f32>)>,
    // some fields omitted
}

Fields

Methods

impl Header
[src]

Trait Implementations

impl Clone for Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Header
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Header
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Header

impl Sync for Header