MantisBT - ParaView
View Issue Details
0012293ParaViewBugpublic2011-06-20 17:092011-08-26 12:14
Stephane P 
Kyle Lutz 
normalminoralways
closedfixed 
3.10.1 
3.12 
ParaViS
12293-component-with-underscore-bug
incorrect functionality
0012293: post filter buggy if component name contains "_"
The post filter does not work if the component name contains the underscore character.
No tags attached.
? comp.vtu (3,232) 2011-06-20 17:09
https://www.vtk.org/Bug/file/8946/comp.vtu
Issue History
2011-06-20 17:09Zack GalbreathNew Issue
2011-06-20 17:09Zack GalbreathAssigned To => Robert Maynard
2011-06-20 17:09Zack GalbreathFile Added: comp.vtu
2011-06-20 17:09Zack GalbreathReporterZack Galbreath => Stephane P
2011-06-20 17:09Zack GalbreathReproducibilityhave not tried => always
2011-06-20 17:10Zack GalbreathNote Added: 0026882
2011-06-23 10:15Utkarsh AyachitProjectto be decided => TBD
2011-06-23 11:43Utkarsh AyachitProjectTBD => ParaViS
2011-07-08 10:45Utkarsh AyachitStatusbacklog => todo
2011-08-15 11:30Utkarsh AyachitAssigned ToRobert Maynard => Kyle Lutz
2011-08-15 17:49Kyle LutzStatustodo => active development
2011-08-16 11:01Kyle LutzTopic Name => 12293-component-with-underscore-bug
2011-08-16 11:01Kyle LutzNote Added: 0027367
2011-08-16 11:01Kyle LutzStatusactive development => gatekeeper review
2011-08-16 11:01Kyle LutzFixed in Version => 3.12
2011-08-16 11:01Kyle LutzResolutionopen => fixed
2011-08-19 16:49Utkarsh AyachitStatusgatekeeper review => customer review
2011-08-19 16:49Utkarsh AyachitNote Added: 0027402
2011-08-26 12:14Stephane PNote Added: 0027431
2011-08-26 12:14Stephane PStatuscustomer review => closed

Notes
(0026882)
Zack Galbreath   
2011-06-20 17:10   
Robert Maynard says:
Could you provide the steps to reproduce when it fails. I tried with a vector property call prop_test and it was able to properly extract each component correctly. I also tried with a scalar property called test_scalar and it correctly ignored it.

Stephane P says:
I uploaded a test file demonstrating the issue : try to apply a contour filter (value = 0.5) on the DEPL_Vector field. It produces an empty output if done on the first component which is named DX_0.
Furthermore, the range of this component is not correctly computed on the Properties panel of the contour filter
(0027367)
Kyle Lutz   
2011-08-16 11:01   
Merge topic '12293-component-with-underscore-bug' into next

35aa356 Fix name demangling in vtkPVPostFilter
(0027402)
Utkarsh Ayachit   
2011-08-19 16:49   
merged into master.
(0027431)
Stephane P   
2011-08-26 12:14   
ok