MantisBT - ParaView
View Issue Details
0014730ParaView(No Category)public2014-05-15 07:462014-08-29 11:00
Vadim SANDLER 
Tristan Coulange 
highminoralways
closedfixed 
4.1 
4.24.2 
ParaViS
incorrect functionality
0014730: vtkPVGeometryFilter produces a strange dataset from the bi-quadratic quadrangles
Run the geom_filter.py script in the paraview python console from the attached archive PVGeometryFilter.zip.

An InputData.vtk file contains a dataset with the bi-quadratic quadrangles. In the result applying 'vtkPVGeometryFilter' filter to this dataset it produces a strange dataset.

Please see attached pictures:

1) input_data.png - input data for the 'vtkPVGeometryFilter' filter.
2) output_data.png - output data of the 'vtkPVGeometryFilter' filter.
No tags attached.
zip PVGeometryFilter.zip (164,431) 2014-05-15 07:47
https://www.vtk.org/Bug/file/9650/PVGeometryFilter.zip
png input_data.png (9,720) 2014-05-15 07:47
https://www.vtk.org/Bug/file/9651/input_data.png
png

png output_data.png (17,632) 2014-05-15 07:48
https://www.vtk.org/Bug/file/9652/output_data.png
png
Issue History
2014-05-15 07:46Vadim SANDLERNew Issue
2014-05-15 07:47Vadim SANDLERFile Added: PVGeometryFilter.zip
2014-05-15 07:47Vadim SANDLERFile Added: input_data.png
2014-05-15 07:48Vadim SANDLERFile Added: output_data.png
2014-06-05 06:59Tristan CoulangeAssigned To => Tristan Coulange
2014-06-05 06:59Tristan CoulangeStatusbacklog => active development
2014-06-06 09:29Joachim PouderouxReproducibilityhave not tried => always
2014-06-13 06:43Tristan CoulangeNote Added: 0032857
2014-06-13 06:46Tristan CoulangeStatusactive development => gatekeeper review
2014-06-13 06:46Tristan CoulangeResolutionopen => fixed
2014-06-13 06:49Tristan CoulangeNote Added: 0032858
2014-06-17 07:20Utkarsh AyachitFixed in Version => git-master
2014-06-17 07:20Utkarsh AyachitNote Added: 0032875
2014-06-17 07:28Utkarsh AyachitStatusgatekeeper review => customer review
2014-06-17 09:21Utkarsh AyachitTarget Version => 4.2
2014-06-26 21:52Alan ScottNote Added: 0032930
2014-06-26 21:52Alan ScottStatuscustomer review => closed
2014-08-29 11:00Utkarsh AyachitFixed in Versiongit-master => 4.2

Notes
(0032857)
Tristan Coulange   
2014-06-13 06:43   
The bug came from VTK.

The fix was approved and merged in the master of VTK :

http://review.source.kitware.com/#/t/4268/ [^]

BUG: Fix the quads evaluate location

The method EvaluateLocation only supported double points.
Now every data type is supported.

Change-Id: I183bb901746d94afb9f268fe4cfcd4142877a089
(0032858)
Tristan Coulange   
2014-06-13 06:49   
Here is the commit in VTK master :

http://vtk.org/gitweb?p=VTK.git;a=commit;h=ff0791014e70ed7e9df058a60da99557afe28605 [^]
(0032875)
Utkarsh Ayachit   
2014-06-17 07:20   
Topics merged into master:
        14720-RemoveQtWebkit
        14737-SearchBoxWidget
        14799_optionally_hide_catalyst_inputs
        14803_remove_redundant_option
        bug_color_save_as_default
        fix_warnings
        misc_lut_fixes
(0032930)
Alan Scott   
2014-06-26 21:52   
Tested master, local server, Linux.