MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012654 | VTK | (No Category) | public | 2011-10-14 09:56 | 2016-08-12 09:55 |
Reporter | Thomas F Albrecht | ||||
Assigned To | Dave DeMarle | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0012654: 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|