SectionList

classes
   append         printnames     remove         

SYNTAX

sl = new SectionList()

DESCRIPTION

Class for creating and managing a list of sections

SEE ALSO

SectionBrowser , Shape , forsec , list


append

SectionList

SYNTAX

.append()

DESCRIPTION

append the currently accessed section to the list


remove

SectionList

SYNTAX

.remove()

DESCRIPTION

remove the currently accessed section from the list


printnames

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