MantisBT - ParaView
View Issue Details
0006589ParaView(No Category)public2008-03-11 17:382009-05-13 13:59
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.43.4 
0006589: Backward compatibility with ExtractGroup/ExtractDataSet filters
ExtractGroup filter is no longer available, while ExtractDataSet filter used to work on all composite datasets now only works on HierarchicalBoxDataSet (we use ExtractBlock for multiblock datasets).

This may not be possible to do using the simple xml conversion since without knowing the actual data type we cannot choose the filter to create and without knowing the composite dataset structure, we cannot determine the flat-index needed by ExtractBlock filter.

Solution may be to create a python program that takes and input state and dumps out a converted state with XMLs for all possible choices and comments to the user to edit it to create the correct filter and set the composite index correctly.
No tags attached.
Issue History
2008-03-11 17:38Utkarsh AyachitNew Issue
2008-03-11 17:38Utkarsh AyachitStatusbacklog => tabled
2008-03-11 17:38Utkarsh AyachitAssigned To => Berk Geveci
2008-03-12 08:31Berk GeveciTarget Version => Multi-block support
2008-06-03 10:52Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2008-08-14 13:34Utkarsh AyachitNote Added: 0013014
2008-08-18 13:48Utkarsh AyachitStatustabled => @80@
2008-08-18 13:48Utkarsh AyachitResolutionopen => fixed
2008-08-18 13:48Utkarsh AyachitNote Added: 0013053
2008-08-19 15:35Alan ScottStatus@80@ => closed
2009-05-13 13:58Utkarsh AyachitTarget VersionMulti-block support => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013014)
Utkarsh Ayachit   
2008-08-14 13:34   
An option would be to provide the old filters for the sake of backwards compatibility.
(0013053)
Utkarsh Ayachit   
2008-08-18 13:48   
Added vtkMultiGroupDataGroupIdScalars, vtkMultiGroupDataExtractGroup, vtkMultiGroupDataExtractDataSets filters for backwards compatibility. They provide the same API as the old filters.