Struct trk_io::Tractogram[][src]

pub struct Tractogram {
    pub streamlines: Streamlines,
    pub scalars: ArraySequence<f32>,
    pub properties: ArraySequence<f32>,
}

Fields

Methods

impl Tractogram
[src]

Trait Implementations

impl Clone for Tractogram
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Tractogram
[src]

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

This method tests for !=.

impl<'data> IntoIterator for &'data Tractogram
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for Tractogram

impl Sync for Tractogram