Dendrite#
- class braincell.Dendrite(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='dendrite')[source]#
A
Branchwith type fixed to"dendrite".Represents a generic dendrite segment. All factory methods and the constructor automatically set
type="dendrite"; passingtypeexplicitly raisesTypeError.Equivalent to
Branch(..., type="dendrite").See also
BranchBase class with full documentation.