View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015040ParaView(No Category)public2014-10-09 10:032016-08-12 09:59
ReporterAndy Bauer 
Assigned ToAndy Bauer 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.2 
Target VersionFixed in Version 
Summary0015040: threshold not working properly for a simple unstructured grid with cell data
DescriptionTry loading the attached unstructuredgrid.vtk file and doing a threshold on the cell data. It either returns only a single triangle, nothing or the full data set.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files? file icon unstructured.vtk [^] (302 bytes) 2014-10-09 10:03

 Relationships

  Notes
(0033619)
Robert Maynard (developer)
2014-10-09 11:09

The reason that this is happening is that vtkThreshold has really bad logic to determine if the input array is point or cell based.

Instead of using the number of values compared to the number of points, instead we should determine if the arrays is associated with cell data or point data.

on line 128 we should look at the association of the InputArrayToProcess, if that doesn't work we can brute force pointer comparison with the point and cell data arrays on the input data set.
(0038678)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2014-10-09 10:03 Andy Bauer New Issue
2014-10-09 10:03 Andy Bauer Assigned To => Andy Bauer
2014-10-09 10:03 Andy Bauer File Added: unstructured.vtk
2014-10-09 11:09 Robert Maynard Note Added: 0033619
2016-08-12 09:59 Kitware Robot Note Added: 0038678
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team