MantisBT - VTK
View Issue Details
0012654VTK(No Category)public2011-10-14 09:562016-08-12 09:55
Thomas F Albrecht 
Dave DeMarle 
normalminorhave not tried
closedmoved 
5.8.0 
 
TBD
incorrect functionality
0012654: vtkIterativeClosestPointTransform ignores passed cell locator
vtkIterativeClosestPointTransform offers the possibility to pass your own cell locator.

However, in the function InternalUpdate(), the following lines are executed no matter if a cell locator is already present:

  // Create locator

  this->CreateDefaultLocator();
  this->Locator->SetDataSet(this->Target);
  this->Locator->SetNumberOfCellsPerBucket(1);
  this->Locator->BuildLocator();

This menas that a possibly passed locator is never used.
No tags attached.
Issue History
2011-10-14 09:56Thomas F AlbrechtNew Issue
2013-07-22 17:22Dave DeMarleNote Added: 0031183
2013-07-22 17:22Dave DeMarleStatusbacklog => expired
2013-07-22 17:22Dave DeMarleResolutionopen => fixed
2013-07-22 17:22Dave DeMarleAssigned To => Dave DeMarle
2016-08-12 09:55Kitware RobotNote Added: 0037249
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionfixed => moved

Notes
(0031183)
Dave DeMarle   
2013-07-22 17:22   
If this bug is still present in 6.0.0, please reopen this report.
(0037249)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.