View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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 | ||||||||
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. | ||||||||
Tags | No tags attached. | ||||||||
Project | TBD | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |