NeuroM
1.4.2
NeuroM Quick-Start
Applications
NeuroM morphology definitions
Code Documentation
Public API
Developer API
neurom.morphmath
neurom.fst
neurom.fst.sectionfunc
neurom.check.morphtree
neurom.check.structural_checks
neurom.check.neuron_checks
neurom.core.types
neurom.core.tree
neurom.core._neuron
neurom.core._neuron.iter_neurites
neurom.core._neuron.iter_sections
neurom.core._neuron.iter_segments
neurom.core._neuron.Neurite
neurom.core._neuron.Neuron
neurom.core._neuron.Section
neurom.core._soma
neurom.core.point
neurom.core.dataformat
neurom.io.utils
neurom.io.swc
neurom.io.hdf5
neurom.view
neurom.view.common
neurom.view.view
Supported file formats
Installation
Examples
Reporting issues
Developer Documentation
Dependencies
License
NeuroM
Docs
»
Code Documentation
»
neurom.core._neuron
»
neurom.core._neuron.Section
»
neurom.core._neuron.Section.ibifurcation_point
View page source
neurom.core._neuron.Section.ibifurcation_point
¶
Section.
ibifurcation_point
(
iter_mode=<function ipreorder>
)
¶
Iterator to bifurcation points. Returns a tree object.
Parameters:
tree
– the tree over which to iterate
iter_mode
– iteration mode. Default: ipreorder.