MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014457 | VTK | (No Category) | public | 2013-12-11 10:54 | 2014-10-06 14:08 |
Reporter | David Doria | ||||
Assigned To | Will Schroeder | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 6.0.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0014457: vtkExtractPolyDataGeometry returns all vertices instead of just the ones inside the implicit function | ||||
Description | As reported by Tony Zhang on the mailing list, vtkExtractPolyDataGeometry returns all vertices instead of just the ones inside the implicit function (here is a demo of the problem: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Picking/HighlightSelection [^]) By changing vtkSmartPointer<vtkExtractPolyDataGeometry> extractPolyDataGeometry = vtkSmartPointer<vtkExtractPolyDataGeometry>::New(); to vtkSmartPointer<vtkExtractGeometry> extractPolyDataGeometry = vtkSmartPointer<vtkExtractGeometry>::New(); and #include <vtkExtractPolyDataGeometry.h> to #include <vtkExtractGeometry.h> the program works as expected. As far as I understand, vtkExtractPolyDataGeometry should operate exactly as vtkExtractGeometry, but just be more efficient for vtkPolyData. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-12-11 10:54 | David Doria | New Issue | |||
2013-12-11 15:41 | David Doria | Note Added: 0031923 | |||
2014-01-01 16:53 | Will Schroeder | Note Added: 0032105 | |||
2014-01-01 16:53 | Will Schroeder | Assigned To | => Will Schroeder | ||
2014-01-01 16:53 | Will Schroeder | Status | backlog => active development | ||
2014-01-08 06:34 | Will Schroeder | Note Added: 0032149 | |||
2014-01-08 06:34 | Will Schroeder | Status | active development => gerrit review | ||
2014-10-06 14:08 | Will Schroeder | Status | gerrit review => closed | ||
2014-10-06 14:08 | Will Schroeder | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|