vtkPointsPtr mSortedTargetPoints
source points projected onto the target points (closest points) mSortedSourcePoints==mSortedTargetPoi...
vtkPointsPtr mSortedSourcePoints
source points sorted according to distance to target, mSortedSourcePoints==mSortedTargetPoints
vtkGeneralTransformPtr mConcatenation
output: concatenation of all transforms so far
double mLtsRatio
local copy of the lts ratio, can be changed for current iteration.
double mMetric
output: mean least squares from BEFORE last iteration.
vtkPointsPtr mSourcePoints
input: current source data, modified according to last iteration
vtkAbstractTransformPtr mTransform
output: transform from last iteration
vtkPolyDataPtr mTargetPoints
input: target data
vtkCellLocatorPtr mTargetPointLocator
input: target data wrapped in a locator
bool mInvertedTransform
the calculated registration goes from target to source instead of source to target