![]() |
NEURON
|
Forward declarations of Section, Node etc. More...
Go to the source code of this file.
Classes | |
struct | Extnode |
struct | Point_process |
A point process is computed just like regular mechanisms. More... | |
Macros | |
#define | nlayer (nrn_nlayer_extracellular) /* first (0) layer is extracellular next to membrane */ |
#define | NODEA(n) _nrn_mechanism_access_a(n) |
#define | NODEB(n) _nrn_mechanism_access_b(n) |
#define | NODED(n) _nrn_mechanism_access_d(n) |
#define | NODERHS(n) _nrn_mechanism_access_rhs(n) |
#define | NODEV(n) _nrn_mechanism_access_voltage(n) |
Typedefs | |
using | Datum = neuron::container::generic_data_handle |
Functions | |
neuron::container::non_owning_identifier_without_container | _nrn_get_prop_id (Prop *) |
double | nrn_ghk (double, double, double, double) |
Datum * | nrn_prop_datum_alloc (int type, int count, Prop *p) |
Variables | |
int | cvode_active_ |
int | secondorder |
int | use_sparse13 |
int | nrn_nlayer_extracellular |
Forward declarations of Section, Node etc.
to be included in translated MOD files.
Definition in file section_fwd.hpp.
#define nlayer (nrn_nlayer_extracellular) /* first (0) layer is extracellular next to membrane */ |
Definition at line 31 of file section_fwd.hpp.
#define NODEA | ( | n | ) | _nrn_mechanism_access_a(n) |
Definition at line 52 of file section_fwd.hpp.
#define NODEB | ( | n | ) | _nrn_mechanism_access_b(n) |
Definition at line 53 of file section_fwd.hpp.
#define NODED | ( | n | ) | _nrn_mechanism_access_d(n) |
Definition at line 54 of file section_fwd.hpp.
#define NODERHS | ( | n | ) | _nrn_mechanism_access_rhs(n) |
Definition at line 55 of file section_fwd.hpp.
#define NODEV | ( | n | ) | _nrn_mechanism_access_voltage(n) |
Definition at line 60 of file section_fwd.hpp.
Definition at line 12 of file section_fwd.hpp.
neuron::container::non_owning_identifier_without_container _nrn_get_prop_id | ( | Prop * | p | ) |
Definition at line 88 of file membfunc.cpp.
double nrn_ghk | ( | double | v, |
double | ci, | ||
double | co, | ||
double | z | ||
) |
Definition at line 33 of file cxprop.cpp.
|
extern |
Definition at line 144 of file fadvance.cpp.
|
extern |
Definition at line 16 of file extcelln.cpp.
|
extern |
Definition at line 58 of file treeset.cpp.