35 #ifndef vtkLandmarkTransform_h
36 #define vtkLandmarkTransform_h
38 #include "vtkCommonTransformsModule.h"
41 #define VTK_LANDMARK_RIGIDBODY 6
42 #define VTK_LANDMARK_SIMILARITY 7
43 #define VTK_LANDMARK_AFFINE 12
61 vtkGetObjectMacro(SourceLandmarks,
vtkPoints);
62 vtkGetObjectMacro(TargetLandmarks,
vtkPoints);
75 vtkSetMacro(Mode,
int);
85 vtkGetMacro(Mode,
int);
86 const char* GetModeAsString();
138 return "Unrecognized";
vtkTypeUInt32 vtkMTimeType
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points