nsol
0.4.1
Nsol - Neuroscience Objects Library
|
Public Types | |
enum | TDendriteType { BASAL = 0, APICAL } |
Type of dendrite. | |
typedef enum nsol::Dendrite::TDendriteType | TDendriteType |
Type of dendrite. | |
Public Types inherited from nsol::Neurite | |
enum | TNeuriteType { DENDRITE = 0, AXON } |
Possible types of neurite. | |
Public Member Functions | |
Dendrite (TDendriteType dendriteType=BASAL) | |
TDendriteType & | dendriteType (void) |
Get the type of neurite. | |
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) |
Protected Attributes | |
TDendriteType | _dendriteType |
Type of dendrite. | |
Protected Attributes inherited from nsol::Neurite | |
TNeuriteType | _neuriteType |
NeuronMorphologySectionPtr | _firstSection |
NeuronMorphologyPtr | _morphology |
unsigned int | _numBranches |
unsigned int | _numBifurcations |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TDendriteType &rhs) |
Additional Inherited Members | |
Protected Member Functions inherited from nsol::Neurite | |
void | _addBifurcationCount (unsigned int numBifurcations) |
void | _addBranchCount (unsigned int numBranches) |
void | _clone (NeuritePtr neurite) const |
Definition at line 31 of file Dendrite.h.