|
nsol
0.4.1
Nsol - Neuroscience Objects Library
|
Inheritance diagram for nsol::Axon:
Collaboration diagram for nsol::Axon:Public Member Functions | |
| virtual NeuritePtr | clone (void) const final |
Public Member Functions inherited from nsol::Neurite | |
| Neurite (TNeuriteType neuriteType=DENDRITE) | |
| Default constructor. | |
| TNeuriteType & | neuriteType (void) |
| Get the type of neurite. | |
| NeuronMorphologyPtr | morphology (void) const |
| NeuronMorphologyPtr | morphology (NeuronMorphologyPtr morphology) |
| bool | hasMorphology (void) const |
| NeuronMorphologySectionPtr | firstSection (void) const |
| virtual void | firstSection (NeuronMorphologySectionPtr section) |
| Sections | sections (void) const |
| void | computeBranchBifurcations (void) |
| unsigned int | numBranches (void) |
| unsigned int | numBifurcations (void) |
| virtual NeuriteStats * | stats (void) |
| Returns object as NeuriteStats. More... | |
| bool | operator== (Neurite &other) |
| bool | operator!= (Neurite &other) |
Additional Inherited Members | |
Public Types inherited from nsol::Neurite | |
| enum | TNeuriteType { DENDRITE = 0, AXON } |
| Possible types of neurite. | |
Protected Member Functions inherited from nsol::Neurite | |
| void | _addBifurcationCount (unsigned int numBifurcations) |
| void | _addBranchCount (unsigned int numBranches) |
| void | _clone (NeuritePtr neurite) const |
Protected Attributes inherited from nsol::Neurite | |
| TNeuriteType | _neuriteType |
| NeuronMorphologySectionPtr | _firstSection |
| NeuronMorphologyPtr | _morphology |
| unsigned int | _numBranches |
| unsigned int | _numBifurcations |