neurom.core.neuron.SOMA_TYPE

class neurom.core.neuron.SOMA_TYPE

Bases: object

Enumeration holding soma types

  • Type SinglePoint: single point at centre
  • Type ThreePoint: Three points on circumference of sphere
  • Type SimpleContour: More than three points
  • INVALID: Not satisfying any of the above

Methods

get_type get the type of the soma

Attributes

INVALID
SimpleContour
SinglePoint
ThreePoint