Skip to main content

AnySwc

Type Alias AnySwc 

Source
pub type AnySwc = SwcNeuron<AnyStructure, String>;
Expand description

Maximally flexible SwcNeuron with any structure specification and a free-text header.

Aliased Type§

pub struct AnySwc {
    pub samples: Vec<SwcSample<AnyStructure>>,
    pub header: Option<String>,
}

Fields§

§samples: Vec<SwcSample<AnyStructure>>

Samples present in the SWC file.

§header: Option<String>

Header of the SWC file