Go to the documentation of this file.
42 #ifndef vtkIterativeClosestPointTransform_h
43 #define vtkIterativeClosestPointTransform_h
45 #include "vtkCommonDataModelModule.h"
48 #define VTK_ICP_MODE_RMS 0
49 #define VTK_ICP_MODE_AV 1
85 vtkSetMacro(MaximumNumberOfIterations,
int);
86 vtkGetMacro(MaximumNumberOfIterations,
int);
93 vtkGetMacro(NumberOfIterations,
int);
114 vtkSetClampMacro(MeanDistanceMode,
int,
116 vtkGetMacro(MeanDistanceMode,
int);
130 vtkSetMacro(MaximumMeanDistance,
double);
131 vtkGetMacro(MaximumMeanDistance,
double);
138 vtkGetMacro(MeanDistance,
double);
147 vtkSetMacro(MaximumNumberOfLandmarks,
int);
148 vtkGetMacro(MaximumNumberOfLandmarks,
int);
octree-based spatial search object to quickly locate cells
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
a simple class to control print indentation
abstract class to specify dataset behavior
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkTypeUInt32 vtkMTimeType