Implementation of the ICP algorithm with FarThreshold variant.
More...
#include <vtkvmtkIterativeClosestPointTransform.h>
|
| typedef vtkIterativeClosestPointTransform | Superclass |
| |
Implementation of the ICP algorithm with FarThreshold variant.
- Date
- 2010/05/30 11:29:48
- Revision
- 1.1
..
Definition at line 34 of file vtkvmtkIterativeClosestPointTransform.h.
◆ Superclass
◆ vtkvmtkIterativeClosestPointTransform()
| vtkvmtkIterativeClosestPointTransform::vtkvmtkIterativeClosestPointTransform |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkIterativeClosestPointTransform()
| vtkvmtkIterativeClosestPointTransform::~vtkvmtkIterativeClosestPointTransform |
( |
| ) |
|
|
protected |
◆ New()
◆ IsTypeOf()
| static int vtkvmtkIterativeClosestPointTransform::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
| virtual int vtkvmtkIterativeClosestPointTransform::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
| virtual vtkObjectBase* vtkvmtkIterativeClosestPointTransform::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ PrintSelf()
| void vtkvmtkIterativeClosestPointTransform::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetFarThreshold()
| virtual void vtkvmtkIterativeClosestPointTransform::SetFarThreshold |
( |
double |
| ) |
|
|
virtual |
Set/Get the threshold to declare a point to not have a corresponding point in the other point set. This value is only used if UseFarThreshold is True (not the default). This is useful to align partially overlapping surfaces. If this value is negative, all points are considered to have a corresponding point in the other point set. The default is 1.0.
◆ GetFarThreshold()
| virtual double vtkvmtkIterativeClosestPointTransform::GetFarThreshold |
( |
| ) |
|
|
virtual |
Set/Get the threshold to declare a point to not have a corresponding point in the other point set. This value is only used if UseFarThreshold is True (not the default). This is useful to align partially overlapping surfaces. If this value is negative, all points are considered to have a corresponding point in the other point set. The default is 1.0.
◆ SetUseFarThreshold()
| virtual void vtkvmtkIterativeClosestPointTransform::SetUseFarThreshold |
( |
int |
| ) |
|
|
virtual |
Determine whether or not to use the FarThreshold. The default is 0.
◆ GetUseFarThreshold()
| virtual int vtkvmtkIterativeClosestPointTransform::GetUseFarThreshold |
( |
| ) |
|
|
virtual |
Determine whether or not to use the FarThreshold. The default is 0.
◆ UseFarThresholdOn()
| virtual void vtkvmtkIterativeClosestPointTransform::UseFarThresholdOn |
( |
| ) |
|
|
virtual |
Determine whether or not to use the FarThreshold. The default is 0.
◆ UseFarThresholdOff()
| virtual void vtkvmtkIterativeClosestPointTransform::UseFarThresholdOff |
( |
| ) |
|
|
virtual |
Determine whether or not to use the FarThreshold. The default is 0.
◆ InternalUpdate()
| void vtkvmtkIterativeClosestPointTransform::InternalUpdate |
( |
| ) |
|
|
protected |
◆ FarThreshold
| double vtkvmtkIterativeClosestPointTransform::FarThreshold |
|
protected |
◆ UseFarThreshold
| int vtkvmtkIterativeClosestPointTransform::UseFarThreshold |
|
protected |
The documentation for this class was generated from the following file: