[vtk-developers] [VTK 0012654]: vtkIterativeClosestPointTransform ignores passed cell locator

Mantis Bug Tracker mantis at public.kitware.com
Fri Oct 14 09:57:00 EDT 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://www.vtk.org/Bug/view.php?id=12654 
====================================================================== 
Reported By:                Thomas F Albrecht
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   12654
Category:                   (No Category)
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     backlog
Project:                    TBD 
Type:                       incorrect functionality 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-10-14 09:56 EDT
Last Modified:              2011-10-14 09:56 EDT
====================================================================== 
Summary:                    vtkIterativeClosestPointTransform ignores passed
cell locator
Description: 
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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-10-14 09:56 Thomas F AlbrechtNew Issue                                    
======================================================================




More information about the vtk-developers mailing list