28 #ifndef __vtkvmtkIterativeClosestPointTransform_h 29 #define __vtkvmtkIterativeClosestPointTransform_h 31 #include "vtkIterativeClosestPointTransform.h" 32 #include "vtkvmtkWin32Header.h" 39 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
48 vtkSetMacro(FarThreshold,
double);
49 vtkGetMacro(FarThreshold,
double);
54 vtkSetMacro(UseFarThreshold,
int);
55 vtkGetMacro(UseFarThreshold,
int);
56 vtkBooleanMacro(UseFarThreshold,
int);
64 void InternalUpdate() VTK_OVERRIDE;