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.tree.Tree
neurom.core._neuron
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.tree
»
neurom.core.tree.Tree
»
neurom.core.tree.Tree.iforking_point
View page source
neurom.core.tree.Tree.iforking_point
¶
Tree.
iforking_point
(
iter_mode=<function ipreorder>
)
[source]
¶
Iterator to forking points. Returns a tree object.
Parameters:
tree
– the tree over which to iterate
iter_mode
– iteration mode. Default: ipreorder.