Dendrite

Contents

Dendrite#

class braincell.Dendrite(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='dendrite')[source]#

A Branch with type fixed to "dendrite".

Represents a generic dendrite segment. All factory methods and the constructor automatically set type="dendrite"; passing type explicitly raises TypeError.

Equivalent to Branch(..., type="dendrite").

See also

Branch

Base class with full documentation.