Public Member Functions | Friends
morphio::Mitochondria Class Reference

#include <mitochondria.h>

Public Member Functions

MitoSection section (uint32_t id) const
 Return the Section with the given id.
 
std::vector< MitoSectionrootSections () const
 Return a vector of all root sections.
 
std::vector< MitoSectionsections () const
 

Friends

class Morphology
 

Detailed Description

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.

Member Function Documentation

◆ sections()

std::vector<MitoSection> morphio::Mitochondria::sections ( ) const

Return a vector containing all section objects

Notes: Soma is not included