camitk.FrameOfReference¶
- class camitk.FrameOfReference¶
FrameOfReference is only a label for an abstract coordinate system. It is used as origins and destinations of transformations.
There is no information stored in a FrameOfReference except - an ID, - a name and description - a number of dimensions (between 1 and 5, default is 3) and units (“mm” for the first 3 dimensions) - a AnatomicalOrientation that can describe whether there is a known anatomical orientation associated to each axis (
AnatomicalOrientation) - a color (used in the transformation graph visualisation)
All constructors are protected, use TransformationManager to create a new instance.
See also
Transformation, TransformationManager, AnatomicalOrientation
- __init__(*args, **kwargs)¶
Methods
__init__(*args, **kwargs)getName(self)Get the FrameOfReference name
getUuid(self)Get the unique identifier of the Frame