|
| enum | TSomaStat { SURFACE = 0,
VOLUME,
SOMA_NUM_STATS
} |
| |
|
|
| SomaStats () |
| | Default constructor.
|
| |
|
virtual | ~SomaStats () |
| | Destructor.
|
| |
|
virtual const SomaStats * | stats (void) const |
| |
|
virtual float | getStat (TSomaStat stat) const |
| |
|
| Soma (void) |
| | Default constructor.
|
| |
|
virtual | ~Soma (void) |
| | Destructor.
|
| |
| Vec3f | center (void) const |
| | Method to get the center of the soma. More...
|
| |
| Nodes & | nodes (void) |
| | Method to get the container of nodes. More...
|
| |
| const float & | maxRadius (void) const |
| | Method to get the max radius of the soma. More...
|
| |
| const float & | minRadius (void) const |
| | Method to get the min radius of the soma. More...
|
| |
| const float & | meanRadius (void) const |
| | Method to get the mean radius of the soma. More...
|
| |
| void | center (const Vec3f ¢er_) |
| | Method to set the center of the soma. More...
|
| |
| void | addNode (NodePtr node) |
| | Method to add a node to the soma. More...
|
| |
|
void | computeParams (void) |
| | Method to force the compute of the soma parameters (center and radii)
|
| |
|
virtual SomaPtr | clone (void) const |
| |
|
bool | operator== (Soma &other) |
| |
|
bool | operator!= (Soma &other) |
| |
Definition at line 31 of file SomaStats.h.
The documentation for this class was generated from the following file: