neurom.core._neuron.Section¶
-
class
neurom.core._neuron.Section(points, section_id=None, section_type=<NeuriteType.undefined: 1>)[source]¶ Bases:
neurom.core.tree.TreeClass representing a neurite section
Methods
__init__add_childAdd a child to the list of this tree’s children ibifurcation_pointIterator to bifurcation points. iforking_pointIterator to forking points. ileafIterator to all leaves of a tree ipostorderDepth-first post-order iteration of tree nodes ipreorderDepth-first pre-order iteration of tree nodes is_bifurcation_pointIs tree a bifurcation point? is_forking_pointIs tree a forking point? is_leafIs tree a leaf? is_rootIs tree the root node? iupstreamIterate from a tree node to the root nodes Attributes
areaReturn the surface area of this section. lengthReturn the path length of this section. volumeReturn the volume of this section.