Crate swc_neuron

source ·

Macros

  • Thin wrapper around the structure_mapping macro for producing enums which extend the Neuromorpho SWC standard (i.e. have additional structure types in the Custom block, 5+).
  • Macro for creating a public enum implementing StructureIdentifier.

Structs

  • Error where a sample refers to an unknown parent sample.
  • Struct representing a neuron skeleton as a tree of SwcSamples.
  • Struct representing a row of a SWC file (a single sample from the neuron), which gives information about a single node in the tree.

Enums

Traits