![]() |
NEURON
|
Compartment mapping information for a cell. More...
#include <nrnsection_mapping.h>
Public Member Functions | |
CellMapping (int g, SecMapping *s) | |
int | num_sections () |
total number of sections in a cell More... | |
int | num_segments () |
total number of segments in a cell More... | |
size_t | size () |
number of section lists More... | |
~CellMapping () | |
Public Attributes | |
int | gid |
gid of a cell More... | |
std::vector< SecMapping * > | secmapping |
list of section lists (like soma, axon, apic) More... | |
Compartment mapping information for a cell.
A cell can have multiple section list types like soma, axon, apic, dend etc. User will add these section lists using HOC interface.
Definition at line 46 of file nrnsection_mapping.h.
|
inline |
Definition at line 53 of file nrnsection_mapping.h.
|
inline |
Definition at line 81 of file nrnsection_mapping.h.
|
inline |
total number of sections in a cell
Definition at line 59 of file nrnsection_mapping.h.
|
inline |
total number of segments in a cell
Definition at line 68 of file nrnsection_mapping.h.
|
inline |
number of section lists
Definition at line 77 of file nrnsection_mapping.h.
int CellMapping::gid |
gid of a cell
Definition at line 48 of file nrnsection_mapping.h.
std::vector<SecMapping*> CellMapping::secmapping |
list of section lists (like soma, axon, apic)
Definition at line 51 of file nrnsection_mapping.h.