CoreNEURON
|
Enumerations | |
enum | phase { one = 1, two, three, gap } |
Reading phase number. More... | |
Functions | |
template<phase P> | |
std::string | getPhaseName () |
Get the phase number in form of the string. More... | |
template<> | |
std::string | getPhaseName< one > () |
template<> | |
std::string | getPhaseName< two > () |
template<> | |
std::string | getPhaseName< three > () |
template<> | |
std::string | getPhaseName< gap > () |
template<phase P> | |
void | read_phase_aux (NrnThread &nt, UserParams &) |
Reading phase selector. More... | |
template<> | |
void | read_phase_aux< one > (NrnThread &nt, UserParams &userParams) |
template<> | |
void | read_phase_aux< two > (NrnThread &nt, UserParams &userParams) |
template<> | |
void | read_phase_aux< three > (NrnThread &nt, UserParams &userParams) |
template<> | |
void | read_phase_aux< gap > (NrnThread &nt, UserParams &userParams) |
template<phase P> | |
void * | phase_wrapper_w (NrnThread *nt, UserParams &userParams, bool in_memory_transfer) |
Reading phase wrapper for each neuron group. More... | |
template<phase P> | |
static void | phase_wrapper (UserParams &userParams, int direct=0) |
Specific phase reading executed by threads. More... | |
|
inline |
Get the phase number in form of the string.
|
inline |
Definition at line 75 of file nrn_setup.hpp.
|
inline |
Definition at line 60 of file nrn_setup.hpp.
|
inline |
Definition at line 70 of file nrn_setup.hpp.
|
inline |
Definition at line 65 of file nrn_setup.hpp.
|
inlinestatic |
Specific phase reading executed by threads.
Definition at line 147 of file nrn_setup.hpp.
|
inline |
Reading phase wrapper for each neuron group.
Definition at line 105 of file nrn_setup.hpp.
|
inline |
Reading phase selector.
|
inline |
Definition at line 99 of file nrn_setup.hpp.
|
inline |
Definition at line 84 of file nrn_setup.hpp.
|
inline |
Definition at line 94 of file nrn_setup.hpp.
|
inline |
Definition at line 89 of file nrn_setup.hpp.