#include <dendritic_spine.h>
Public Member Functions | |
DendriticSpine (const std::string &source) | |
const std::vector< Property::DendriticSpine::PostSynapticDensity > & | postSynapticDensity () const noexcept |
![]() | |
Morphology (const Morphology &) noexcept=default | |
Morphology & | operator= (const Morphology &) noexcept=default |
Morphology (Morphology &&) noexcept=default | |
Morphology & | operator= (Morphology &&) noexcept=default |
Morphology (const std::string &path, unsigned int options=NO_MODIFIER, std::shared_ptr< WarningHandler >=nullptr) | |
Morphology (const HighFive::Group &group, unsigned int options=NO_MODIFIER, std::shared_ptr< WarningHandler >=nullptr) | |
Morphology (const mut::Morphology &) | |
Morphology (const std::string &contents, const std::string &extension, unsigned int options=NO_MODIFIER, std::shared_ptr< WarningHandler >=nullptr) | |
Soma | soma () const |
Mitochondria | mitochondria () const |
EndoplasmicReticulum | endoplasmicReticulum () const |
const std::vector< Property::Annotation > & | annotations () const |
const std::vector< Property::Marker > & | markers () const |
std::vector< Section > | rootSections () const |
std::vector< Section > | sections () const |
Section | section (uint32_t id) const |
const Points & | points () const noexcept |
std::vector< uint32_t > | sectionOffsets () const |
const std::vector< morphio::floatType > & | diameters () const |
const std::vector< morphio::floatType > & | perimeters () const |
const std::vector< SectionType > & | sectionTypes () const |
const std::map< int, std::vector< unsigned int > > & | connectivity () const |
depth_iterator | depth_begin () const |
depth_iterator | depth_end () const |
breadth_iterator | breadth_begin () const |
breadth_iterator | breadth_end () const |
const SomaType & | somaType () const |
const CellFamily & | cellFamily () const |
const MorphologyVersion & | version () const |
Protected Member Functions | |
DendriticSpine (const Property::Properties &properties) | |
![]() | |
Morphology (const Property::Properties &properties, unsigned int options) | |
template<typename Property > | |
const std::vector< typename Property::Type > & | get () const |
Friends | |
class | mut::DendriticSpine |
Additional Inherited Members | |
![]() | |
std::shared_ptr< Property::Properties > | properties_ |
Class to represent morphologies of dendritic spines