#include <vtkIterativeClosestPointTransform.h>
Inheritance diagram for vtkIterativeClosestPointTransform:
Definition at line 83 of file vtkIterativeClosestPointTransform.h.
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkLinearTransform. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkLinearTransform. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkLinearTransform. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkLinearTransform. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkLinearTransform. |
|
Specify the source and target data sets. |
|
Specify the source and target data sets. |
|
Specify the source and target data sets. |
|
Specify the source and target data sets. |
|
Set/Get a spatial locator for speeding up the search process. An instance of vtkCellLocator is used by default. |
|
Set/Get a spatial locator for speeding up the search process. An instance of vtkCellLocator is used by default. |
|
Set/Get the maximum number of iterations |
|
Set/Get the maximum number of iterations |
|
Get the number of iterations since the last update |
|
Force the algorithm to check the mean distance between two iteration. |
|
Force the algorithm to check the mean distance between two iteration. |
|
Force the algorithm to check the mean distance between two iteration. |
|
Force the algorithm to check the mean distance between two iteration. |
|
Specify the mean distance mode. This mode expresses how the mean distance is computed. The RMS mode is the square root of the average of the sum of squares of the closest point distances. The Absolute Value mode is the mean of the sum of absolute values of the closest point distances. |
|
Specify the mean distance mode. This mode expresses how the mean distance is computed. The RMS mode is the square root of the average of the sum of squares of the closest point distances. The Absolute Value mode is the mean of the sum of absolute values of the closest point distances. |
|
Specify the mean distance mode. This mode expresses how the mean distance is computed. The RMS mode is the square root of the average of the sum of squares of the closest point distances. The Absolute Value mode is the mean of the sum of absolute values of the closest point distances. Definition at line 132 of file vtkIterativeClosestPointTransform.h. |
|
Specify the mean distance mode. This mode expresses how the mean distance is computed. The RMS mode is the square root of the average of the sum of squares of the closest point distances. The Absolute Value mode is the mean of the sum of absolute values of the closest point distances. Definition at line 134 of file vtkIterativeClosestPointTransform.h. |
|
Specify the mean distance mode. This mode expresses how the mean distance is computed. The RMS mode is the square root of the average of the sum of squares of the closest point distances. The Absolute Value mode is the mean of the sum of absolute values of the closest point distances. |
|
Set/Get the maximum mean distance between two iteration. If the mean distance is lower than this, the convergence stops. |
|
Set/Get the maximum mean distance between two iteration. If the mean distance is lower than this, the convergence stops. |
|
Get the mean distance between the last two iterations. |
|
Set/Get the maximum number of landmarks sampled in your dataset. If your dataset is dense, then you will typically not need all the points to compute the ICP transform. |
|
Set/Get the maximum number of landmarks sampled in your dataset. If your dataset is dense, then you will typically not need all the points to compute the ICP transform. |
|
Starts the process by translating source centroid to target centroid. |
|
Starts the process by translating source centroid to target centroid. |
|
Starts the process by translating source centroid to target centroid. |
|
Starts the process by translating source centroid to target centroid. |
|
Get the internal landmark transform. Use it to constrain the number of degrees of freedom of the solution (i.e. rigid body, similarity, etc.). |
|
Invert the transformation. This is done by switching the source and target. Reimplemented from vtkAbstractTransform. |
|
Make another transform of the same type. Reimplemented from vtkAbstractTransform. |
|
Release source and target |
|
Release source and target |
|
Release locator |
|
Create default locator. Used to create one when none is specified. |
|
Get the MTime of this object also considering the locator. Reimplemented from vtkAbstractTransform. |
|
Perform any subclass-specific Update. Reimplemented from vtkAbstractTransform. |
|
This method does no type checking, use DeepCopy instead. Reimplemented from vtkHomogeneousTransform. |
|
Definition at line 205 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 206 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 207 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 208 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 209 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 210 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 211 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 212 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 213 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 215 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 216 of file vtkIterativeClosestPointTransform.h. |
|
Definition at line 217 of file vtkIterativeClosestPointTransform.h. |