#include <mitochondria.h>
Public Member Functions | |
| MitoSection | section (uint32_t id) const |
| Return the Section with the given id. | |
| std::vector< MitoSection > | rootSections () const |
| Return a vector of all root sections. | |
| std::vector< MitoSection > | sections () const |
Friends | |
| class | Morphology |
The entry-point class to access mitochondrial data
By design, it is the equivalent of the Morphology class but at the mitochondrial level. As the Morphology class, it implements a section accessor and a root section accessor returning views on the Properties object for the queried mitochondrial section.
| std::vector<MitoSection> morphio::Mitochondria::sections | ( | ) | const |
Return a vector containing all section objects
Notes: Soma is not included