avid.externals.pointset.PointRepresentation

class avid.externals.pointset.PointRepresentation(x=0, y=0, z=0, label=None, **args)

Bases: object

Simple representations for points in avid. Most generic to be able to swallow all kinds of input format (e.g. itk, mitk point sets, slicer fcsv). As a policy points in this representation should be stored in a LPS coordinate system (like DICOM or ITK).

__init__(x=0, y=0, z=0, label=None, **args)

Methods

__init__([x, y, z, label])