31 #ifndef vtkLandmarkTransform_h
32 #define vtkLandmarkTransform_h
37 #define VTK_LANDMARK_RIGIDBODY 6
38 #define VTK_LANDMARK_SIMILARITY 7
39 #define VTK_LANDMARK_AFFINE 12
56 vtkGetObjectMacro(SourceLandmarks,
vtkPoints);
57 vtkGetObjectMacro(TargetLandmarks,
vtkPoints);
67 vtkSetMacro(Mode,
int);
75 vtkGetMacro(Mode,
int);
76 const char *GetModeAsString();
120 return "Unrecognized";
a simple class to control print indentation
represent and manipulate 3D points