68#ifndef vtkIterativeClosestPointTransform_h
69#define vtkIterativeClosestPointTransform_h
71#include "vtkCommonDataModelModule.h"
74#define VTK_ICP_MODE_RMS 0
75#define VTK_ICP_MODE_AV 1
111 vtkSetMacro(MaximumNumberOfIterations,
int);
112 vtkGetMacro(MaximumNumberOfIterations,
int);
119 vtkGetMacro(NumberOfIterations,
int);
141 vtkGetMacro(MeanDistanceMode,
int);
153 vtkSetMacro(MaximumMeanDistance,
double);
154 vtkGetMacro(MaximumMeanDistance,
double);
161 vtkGetMacro(MeanDistance,
double);
170 vtkSetMacro(MaximumNumberOfLandmarks,
int);
171 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