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();
#define sec
Definition: md1redef.h:20
double seclist_size(void *sl)
Definition: seclist.cpp:231
void hoc_ifseclist()
Definition: seclist.cpp:320
void lvappendsec_and_ref(void *sl, Section *sec)
Definition: seclist.cpp:46
void SectionList_reg(void)
Definition: seclist.cpp:259
Section * nrn_secarg(int iarg)
Definition: seclist.cpp:70
void forall_sectionlist()
Definition: seclist.cpp:276