![]() |
NEURON
|
Go to the source code of this file.
Functions | |
| void | hoc_model () |
| void | hoc_initmodel () |
| void | hoc_terminal () |
| void | hoc_prconst () |
Variables | |
| int * | hoc_pindepindex |
| static VoidFunc | functions [] |
| struct { | |
| char * name | |
| int * pint | |
| } | scint [] |
| struct { | |
| char * name | |
| int * pint | |
| int index1 | |
| } | vint [] |
| static DoubScal | scdoub [] |
| static DoubVec | vdoub [] |
| struct { | |
| char * name | |
| double * pdoub | |
| int index1 | |
| int index2 | |
| } | ardoub [] |
| struct { | |
| char * name | |
| double * pdoub | |
| int index1 | |
| int index2 | |
| int index3 | |
| } | thredim [] |
| void hoc_initmodel | ( | ) |
| void hoc_model | ( | ) |
| void hoc_prconst | ( | ) |
| void hoc_terminal | ( | ) |
| struct { ... } ardoub[] |
|
static |
| int* hoc_pindepindex |
| struct { ... } scint[] |
| struct { ... } thredim[] |
| struct { ... } vint[] |