NEURON
hocmodl.h File Reference

Go to the source code of this file.

Functions

void hoc_model ()
 
void hoc_initmodel ()
 
void hoc_terminal ()
 
void hoc_prconst ()
 

Variables

inthoc_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 []
 

Function Documentation

◆ hoc_initmodel()

void hoc_initmodel ( )

◆ hoc_model()

void hoc_model ( )

◆ hoc_prconst()

void hoc_prconst ( )

◆ hoc_terminal()

void hoc_terminal ( )

Variable Documentation

◆ ardoub

struct { ... } ardoub[]
Initial value:
= {
0, 0, 0, 0
}

◆ functions

VoidFunc functions[]
static
Initial value:
= {
"model", hoc_model,
"initmodel", hoc_initmodel,
"terminal", hoc_terminal,
0,0
}
void hoc_initmodel()
void hoc_model()
void hoc_terminal()

Definition at line 4 of file hocmodl.h.

◆ hoc_pindepindex

int* hoc_pindepindex

◆ index1

int index1

Definition at line 21 of file hocmodl.h.

◆ index2

int index2

Definition at line 38 of file hocmodl.h.

◆ index3

int index3

Definition at line 48 of file hocmodl.h.

◆ name

char* name

Definition at line 12 of file hocmodl.h.

◆ pdoub

double* pdoub

Definition at line 36 of file hocmodl.h.

◆ pint

int* pint

Definition at line 13 of file hocmodl.h.

◆ scdoub

DoubScal scdoub[]
static
Initial value:
= {
0,0
}

Definition at line 26 of file hocmodl.h.

◆ scint

struct { ... } scint[]
Initial value:
= {
0, 0
}

◆ thredim

struct { ... } thredim[]
Initial value:
= {
0, 0, 0, 0, 0
}

◆ vdoub

DoubVec vdoub[]
static
Initial value:
= {
0,0,0
}

Definition at line 30 of file hocmodl.h.

◆ vint

struct { ... } vint[]
Initial value:
= {
0,0,0
}