MantisBT - ParaView
View Issue Details
0011854ParaViewFeaturepublic2011-02-14 15:162011-08-17 20:07
Alan Scott 
Kyle Lutz 
highminoralways
closedfixed 
 
3.123.12 
Sandia
11854-multiple-amr-contour-arrays
incorrect functionality
0011854: Add multiple variable selection to AMR Contour
We need to add multiple variable support for the AMR Contour, and probably AMR Clip filters. I have a user that is looking at an object, such as a car. Every part of the car is a different Material Volume Fraction (engine, transmission, frame, alternator - around 15-20 of these), and he would like to be able to select them in one step, rather than one by one, over and over again.

A example would be Dave's small CTH dataset - we want to select the ball and plate with one filter.

What I want is basically the code in the Material Interface Filter.
No tags attached.
patch bug.patch (735) 2011-07-28 15:44
https://www.vtk.org/Bug/file/8989/bug.patch
Issue History
2011-02-14 15:16Alan ScottNew Issue
2011-02-14 15:19Alan ScottTarget Version => 3.10.1
2011-02-14 15:19Alan ScottDescription Updatedbug_revision_view_page.php?rev_id=199#r199
2011-02-15 15:55Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-02-15 15:55Utkarsh AyachitStatusbacklog => tabled
2011-03-31 11:24Utkarsh AyachitTarget Version3.10.1 => 3.12
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature
2011-07-27 22:00Alan ScottProject => Sandia
2011-07-27 22:00Alan ScottType => incorrect functionality
2011-07-28 15:42Utkarsh AyachitNote Added: 0027096
2011-07-28 15:42Utkarsh AyachitAssigned ToUtkarsh Ayachit => Kyle Lutz
2011-07-28 15:42Utkarsh AyachitStatusbacklog => todo
2011-07-28 15:42Utkarsh AyachitTarget Version => 3.12
2011-07-28 15:44Utkarsh AyachitNote Added: 0027097
2011-07-28 15:44Utkarsh AyachitFile Added: bug.patch
2011-08-04 10:50Kyle LutzStatustodo => active development
2011-08-04 11:09Kyle LutzTopic Name => 11854-multiple-amr-contour-arrays
2011-08-04 11:28Kyle LutzNote Added: 0027224
2011-08-04 11:28Kyle LutzStatusactive development => gatekeeper review
2011-08-04 11:28Kyle LutzFixed in Version => 3.12
2011-08-04 11:28Kyle LutzResolutionopen => fixed
2011-08-04 18:08Utkarsh AyachitNote Added: 0027239
2011-08-05 10:32Robert MaynardNote Added: 0027258
2011-08-05 15:55Utkarsh AyachitStatusgatekeeper review => customer review
2011-08-05 15:55Utkarsh AyachitNote Added: 0027280
2011-08-17 20:07Alan ScottNote Added: 0027384
2011-08-17 20:07Alan ScottStatuscustomer review => closed

Notes
(0027096)
Utkarsh Ayachit   
2011-07-28 15:42   
Look at vtkPVAMRDualClip. We need to do similar for the contour.
(0027097)
Utkarsh Ayachit   
2011-07-28 15:44   
Look at attached patch. It's a bug in vtkPVAMRDualClip, don't repeat the same in your version :). I am committing a fix for vtkPVAMRDualClip but it may take a while for it to show up on master.
(0027224)
Kyle Lutz   
2011-08-04 11:28   
Merge topic '11854-multiple-amr-contour-arrays' into next

78030f5 Add the ability to use multiple input arrays in AMRDualContour
(0027239)
Utkarsh Ayachit   
2011-08-04 18:08   
Developer note: Issue slated for gatekeeper review on Aug 7, 2 PM EDT.
(0027258)
Robert Maynard   
2011-08-05 10:32   
verified that this works.
(0027280)
Utkarsh Ayachit   
2011-08-05 15:55   
Merged into master (if applicable)
(0027384)
Alan Scott   
2011-08-17 20:07   
Oh, that is sooo excellent.

Tested local server, development branch, Linux.