CoreNEURON
coreneuron::UserParams Struct Reference

This structure is data needed is several part of nrn_setup, phase1 and phase2. More...

Detailed Description

This structure is data needed is several part of nrn_setup, phase1 and phase2.

Before it was globals variables, group them to give them as a single argument. They have for the most part, nothing related to each other.

Definition at line 18 of file user_params.hpp.

#include <user_params.hpp>

Public Member Functions

 UserParams (int ngroup_, int *gidgroups_, const char *path_, const char *restore_path_, CheckPoints &checkPoints_)
 

Public Attributes

const int ngroup
 direct memory mode with neuron, do not open files Number of local cell groups More...
 
const int *const gidgroups
 Array of cell group numbers (indices) More...
 
const char *const path
 path to dataset file More...
 
const char *const restore_path
 Dataset path from where simulation is being restored. More...
 
std::vector< FileHandlerfile_reader
 
CheckPointscheckPoints
 

Constructor & Destructor Documentation

◆ UserParams()

coreneuron::UserParams::UserParams ( int  ngroup_,
int *  gidgroups_,
const char *  path_,
const char *  restore_path_,
CheckPoints checkPoints_ 
)
inline

Definition at line 19 of file user_params.hpp.

Member Data Documentation

◆ checkPoints

CheckPoints& coreneuron::UserParams::checkPoints

Definition at line 41 of file user_params.hpp.

◆ file_reader

std::vector<FileHandler> coreneuron::UserParams::file_reader

Definition at line 40 of file user_params.hpp.

◆ gidgroups

const int* const coreneuron::UserParams::gidgroups

Array of cell group numbers (indices)

Definition at line 35 of file user_params.hpp.

◆ ngroup

const int coreneuron::UserParams::ngroup

direct memory mode with neuron, do not open files Number of local cell groups

Definition at line 33 of file user_params.hpp.

◆ path

const char* const coreneuron::UserParams::path

path to dataset file

Definition at line 37 of file user_params.hpp.

◆ restore_path

const char* const coreneuron::UserParams::restore_path

Dataset path from where simulation is being restored.

Definition at line 39 of file user_params.hpp.


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