Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkIterativeClosestPointTransform.h File Reference

#include "vtkLinearTransform.h"

Include dependency graph for vtkIterativeClosestPointTransform.h:

Include dependency graph

Go to the source code of this file.

Classes

class  vtkIterativeClosestPointTransform
 Implementation of the ICP algorithm. More...

Defines

#define VTK_ICP_MODE_RMS   0
#define VTK_ICP_MODE_AV   1


Define Documentation

#define VTK_ICP_MODE_RMS   0
 

Definition at line 56 of file vtkIterativeClosestPointTransform.h.

Referenced by vtkIterativeClosestPointTransform::SetMeanDistanceModeToRMS().

#define VTK_ICP_MODE_AV   1
 

Definition at line 57 of file vtkIterativeClosestPointTransform.h.

Referenced by vtkIterativeClosestPointTransform::SetMeanDistanceModeToAbsoluteValue().