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

int * hoc_pindepindex
 
static VoidFunc functions []
 
struct {
   char *   name
 
   int *   pint
 
scint [] = {0, 0}
 
struct {
   char *   name
 
   int *   pint
 
   int   index1
 
vint [] = {0, 0, 0}
 
static DoubScal scdoub [] = {0, 0}
 
static DoubVec vdoub [] = {0, 0, 0}
 
struct {
   char *   name
 
   double *   pdoub
 
   int   index1
 
   int   index2
 
ardoub [] = {0, 0, 0, 0}
 
struct {
   char *   name
 
   double *   pdoub
 
   int   index1
 
   int   index2
 
   int   index3
 
thredim [] = {0, 0, 0, 0, 0}
 

Function Documentation

◆ hoc_initmodel()

void hoc_initmodel ( )

◆ hoc_model()

void hoc_model ( )

◆ hoc_prconst()

void hoc_prconst ( )

◆ hoc_terminal()

void hoc_terminal ( )

Variable Documentation

◆ 

struct { ... } ardoub[]

◆ functions

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

Definition at line 4 of file hocmodl.h.

◆ hoc_pindepindex

int* hoc_pindepindex
extern

◆ index1

int index1

Definition at line 15 of file hocmodl.h.

◆ index2

int index2

Definition at line 26 of file hocmodl.h.

◆ index3

int index3

Definition at line 34 of file hocmodl.h.

◆ name

char* name

Definition at line 8 of file hocmodl.h.

◆ pdoub

double* pdoub

Definition at line 24 of file hocmodl.h.

◆ pint

int* pint

Definition at line 9 of file hocmodl.h.

◆ scdoub

DoubScal scdoub[] = {0, 0}
static

Definition at line 18 of file hocmodl.h.

◆ 

struct { ... } scint[]

◆ 

struct { ... } thredim[]

◆ vdoub

DoubVec vdoub[] = {0, 0, 0}
static

Definition at line 20 of file hocmodl.h.

◆ 

struct { ... } vint[]