Functions | |
std::ostream & | operator<< (std::ostream &os, SomaType v) |
A collection of enums for different util purposes
The cell family represented by morphio::Morphology.
Enumerator | |
---|---|
NEURON | Neuron. |
GLIA | Glia. |
SPINE | Spine. |
The list of modifier flags that can be passed when loading a morphology See morphio::mut::modifiers for more information
Classification of neuron substructures.
Classification of vasculature section types.
All possible warnings that can be ignored by user. This enum should be kept in sync with the warnings defined in morphio::ErrorMessages and with binds/python/bind_misc.cpp
Enumerator | |
---|---|
UNDEFINED | undefined value |
MITOCHONDRIA_WRITE_NOT_SUPPORTED | Mitochondria can be saved in H5 format only. |
WRITE_NO_SOMA | Writing without a soma. |
SOMA_NON_CONFORM | Soma does not conform the three point soma spec from NeuroMorpho.org. |
NO_SOMA_FOUND | No soma found in a file. |
DISCONNECTED_NEURITE | Found a disconnected neurite in a morphology. |
WRONG_DUPLICATE | A wrong duplicate point in a section. |
WRITE_UNDEFINED_SOMA | Soma is UNDEFINED. |
APPENDING_EMPTY_SECTION | Appending of an empty section. |
WRONG_ROOT_POINT | A wrong root point of a neurite in the case of 3 points soma. |
ONLY_CHILD | Single child sections are not allowed in SWC format. |
WRITE_EMPTY_MORPHOLOGY | Writing empty morphology. |
ZERO_DIAMETER | Zero section diameter. |
SOMA_NON_CONTOUR | Soma must be a contour for ASC and H5. |
SOMA_NON_CYLINDER_OR_POINT | Soma must be stacked cylinders or a point. |
SECTION_TYPE_CHANGED | In SWC, the type changed within a section, not post bifurcation. |