classes
append printnames remove
SYNTAX
sl = new SectionList()
DESCRIPTION
Class for creating and managing a list of sections
SEE ALSO
SectionBrowser , Shape , forsec , list
SectionList
SYNTAX
.append()
DESCRIPTION
append the currently accessed section to the list
SectionList
SYNTAX
.remove()
DESCRIPTION
remove the currently accessed section from the list
SectionList
SYNTAX
.printnames()
DESCRIPTION
print the names of the sections in the list.
The normal usage of a section list involves efficiently iterating
over all the sections in the list with
forsec sectionlist {statement}
neuron/neuron/classes/seclist.hel : Dec 19 1996