View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012654VTK(No Category)public2011-10-14 09:562016-08-12 09:55
ReporterThomas F Albrecht 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version5.8.0 
Target VersionFixed in Version 
Summary0012654: vtkIterativeClosestPointTransform ignores passed cell locator
DescriptionvtkIterativeClosestPointTransform 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.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031183)
Dave DeMarle (administrator)
2013-07-22 17:22

If this bug is still present in 6.0.0, please reopen this report.
(0037249)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-10-14 09:56 Thomas F Albrecht New Issue
2013-07-22 17:22 Dave DeMarle Note Added: 0031183
2013-07-22 17:22 Dave DeMarle Status backlog => expired
2013-07-22 17:22 Dave DeMarle Resolution open => fixed
2013-07-22 17:22 Dave DeMarle Assigned To => Dave DeMarle
2016-08-12 09:55 Kitware Robot Note Added: 0037249
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution fixed => moved


Copyright © 2000 - 2018 MantisBT Team