neuron_morphology.transforms.transform_base module¶
-
class
neuron_morphology.transforms.transform_base.TransformBase[source]¶ Bases:
abc.ABCAbstract base class for implementing swc transforms. Each child class should implement these methods.
Methods
transform(self)Apply this transform to (3,) point or (3,n) array-like of points. transform_morphology(self)Apply this transform to all nodes in a morphology.