CoreNEURON
coreneuron::NrnThreadMappingInfo Struct Reference

Compartment mapping information for NrnThread. More...

Detailed Description

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...
 
CellMappingget_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...
 

Constructor & Destructor Documentation

◆ ~NrnThreadMappingInfo()

coreneuron::NrnThreadMappingInfo::~NrnThreadMappingInfo ( )
inline

memory cleanup

Definition at line 162 of file nrnsection_mapping.hpp.

Member Function Documentation

◆ add_cell_mapping()

void coreneuron::NrnThreadMappingInfo::add_cell_mapping ( CellMapping c)
inline

add mapping information of new cell

Definition at line 181 of file nrnsection_mapping.hpp.

◆ get_cell_mapping()

CellMapping* coreneuron::NrnThreadMappingInfo::get_cell_mapping ( int  gid) const
inline

get cell mapping information for given gid if exist otherwise return nullptr.

Definition at line 171 of file nrnsection_mapping.hpp.

◆ size()

size_t coreneuron::NrnThreadMappingInfo::size ( ) const
inline

number of cells

Definition at line 157 of file nrnsection_mapping.hpp.

Member Data Documentation

◆ mappingvec

std::vector<CellMapping*> coreneuron::NrnThreadMappingInfo::mappingvec

list of cells mapping

Definition at line 154 of file nrnsection_mapping.hpp.


The documentation for this struct was generated from the following file: