NEURON
nrnsection_mapping.h File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  SecMapping
 Section to segment mapping. More...
 
struct  CellMapping
 Compartment mapping information for a cell. More...
 
struct  NrnMappingInfo
 Compartment mapping information for NrnThread. More...
 

Functions

void nrn_write_mapping_info (const char *, int, NrnMappingInfo &)
 dump mapping information to gid_3.dat file More...
 

Function Documentation

◆ nrn_write_mapping_info()

void nrn_write_mapping_info ( const char *  path,
int  gid,
NrnMappingInfo minfo 
)

dump mapping information to gid_3.dat file

full path of mapping file

number of gids in NrnThread

all cells mapping information in NrnThread

gid, #section, #compartments, #sectionlists

section list name, number of sections, number of segments

section - segment mapping

Definition at line 531 of file nrncore_io.cpp.