48#ifndef vtkIterativeClosestPointTransform_h
49#define vtkIterativeClosestPointTransform_h
51#include "vtkCommonDataModelModule.h"
54#define VTK_ICP_MODE_RMS 0
55#define VTK_ICP_MODE_AV 1
91 vtkSetMacro(MaximumNumberOfIterations,
int);
92 vtkGetMacro(MaximumNumberOfIterations,
int);
99 vtkGetMacro(NumberOfIterations,
int);
121 vtkGetMacro(MeanDistanceMode,
int);
133 vtkSetMacro(MaximumMeanDistance,
double);
134 vtkGetMacro(MaximumMeanDistance,
double);
141 vtkGetMacro(MeanDistance,
double);
150 vtkSetMacro(MaximumNumberOfLandmarks,
int);
151 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