Type Alias swc_neuron::AnySwc
source · pub type AnySwc = SwcNeuron<AnyStructure, String>;Expand description
Maximally flexible SwcNeuron with any structure specification and a free-text header.
Aliased Type§
struct AnySwc {
pub samples: Vec<SwcSample<AnyStructure>>,
pub header: Option<String>,
}Fields§
§samples: Vec<SwcSample<AnyStructure>>§header: Option<String>