NEURON
seclist.h
Go to the documentation of this file.
1
#pragma once
2
3
struct
Section
;
4
5
void
SectionList_reg
(
void
);
6
void
lvappendsec_and_ref
(
void
* sl,
Section
*
sec
);
7
Section
*
nrn_secarg
(
int
iarg);
8
double
seclist_size
(
void
* sl);
9
void
forall_sectionlist
();
10
void
hoc_ifseclist
();
sec
#define sec
Definition:
md1redef.h:20
seclist_size
double seclist_size(void *sl)
Definition:
seclist.cpp:231
hoc_ifseclist
void hoc_ifseclist()
Definition:
seclist.cpp:320
lvappendsec_and_ref
void lvappendsec_and_ref(void *sl, Section *sec)
Definition:
seclist.cpp:46
SectionList_reg
void SectionList_reg(void)
Definition:
seclist.cpp:259
nrn_secarg
Section * nrn_secarg(int iarg)
Definition:
seclist.cpp:70
forall_sectionlist
void forall_sectionlist()
Definition:
seclist.cpp:276
Section
Definition:
section.h:50
src
nrnoc
seclist.h