51#ifndef vtkIterativeClosestPointTransform_h
52#define vtkIterativeClosestPointTransform_h
54#include "vtkCommonDataModelModule.h"
57#define VTK_ICP_MODE_RMS 0
58#define VTK_ICP_MODE_AV 1
94 vtkSetMacro(MaximumNumberOfIterations,
int);
95 vtkGetMacro(MaximumNumberOfIterations,
int);
102 vtkGetMacro(NumberOfIterations,
int);
124 vtkGetMacro(MeanDistanceMode,
int);
136 vtkSetMacro(MaximumMeanDistance,
double);
137 vtkGetMacro(MaximumMeanDistance,
double);
144 vtkGetMacro(MeanDistance,
double);
153 vtkSetMacro(MaximumNumberOfLandmarks,
int);
154 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