neurom.core.neuron.Neuron

class neurom.core.neuron.Neuron(soma, neurites, name='Neuron')

Bases: object

Toy neuron class for testing ideas

Construct a Neuron

Parameters:
  • soma – soma object
  • neurites – iterable of neurite tree structures.
  • name – Optional name for this Neuron.

Methods

__init__ Construct a Neuron
bounding_box Return 3D bounding box of a neuron
copy Return a copy of the Neuron object.
i_neurites Returns a mapped iterator to all the neuron’s neurites