CoreNEURON
|
Compartment mapping information for NrnThread. More...
Compartment mapping information for NrnThread.
NrnThread could have more than one cell in cellgroup and we store this in vector.
Definition at line 152 of file nrnsection_mapping.hpp.
#include <nrnsection_mapping.hpp>
Public Member Functions | |
size_t | size () const |
number of cells More... | |
~NrnThreadMappingInfo () | |
memory cleanup More... | |
CellMapping * | get_cell_mapping (int gid) const |
get cell mapping information for given gid if exist otherwise return nullptr. More... | |
void | add_cell_mapping (CellMapping *c) |
add mapping information of new cell More... | |
Public Attributes | |
std::vector< CellMapping * > | mappingvec |
list of cells mapping More... | |
|
inline |
memory cleanup
Definition at line 162 of file nrnsection_mapping.hpp.
|
inline |
add mapping information of new cell
Definition at line 181 of file nrnsection_mapping.hpp.
|
inline |
get cell mapping information for given gid if exist otherwise return nullptr.
Definition at line 171 of file nrnsection_mapping.hpp.
|
inline |
number of cells
Definition at line 157 of file nrnsection_mapping.hpp.
std::vector<CellMapping*> coreneuron::NrnThreadMappingInfo::mappingvec |
list of cells mapping
Definition at line 154 of file nrnsection_mapping.hpp.