neurom.core._neuron.Neurite

class neurom.core._neuron.Neurite(root_node)[source]

Bases: object

Class representing a neurite tree

Methods

__init__ x.__init__(…) initializes x; see help(type(x)) for signature
iter_sections iteration over section nodes
transform Return a copy of this neurite with a 3D transformation applied

Attributes

area cache the return value of a method
length cache the return value of a method
points cache the return value of a method
volume cache the return value of a method