30#ifndef vtkIterativeClosestPointTransform_h
31#define vtkIterativeClosestPointTransform_h
33#include "vtkCommonDataModelModule.h"
36#define VTK_ICP_MODE_RMS 0
37#define VTK_ICP_MODE_AV 1
39VTK_ABI_NAMESPACE_BEGIN
74 vtkSetMacro(MaximumNumberOfIterations,
int);
75 vtkGetMacro(MaximumNumberOfIterations,
int);
82 vtkGetMacro(NumberOfIterations,
int);
104 vtkGetMacro(MeanDistanceMode,
int);
116 vtkSetMacro(MaximumMeanDistance,
double);
117 vtkGetMacro(MaximumMeanDistance,
double);
124 vtkGetMacro(MeanDistance,
double);
133 vtkSetMacro(MaximumNumberOfLandmarks,
int);
134 vtkGetMacro(MaximumNumberOfLandmarks,
int);
octree-based spatial search object to quickly locate cells
abstract class to specify dataset behavior
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkTypeUInt32 vtkMTimeType