MantisBT - ParaView
View Issue Details
0006529ParaView(No Category)public2008-03-06 14:282009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
normalfeaturehave not tried
closedfixed 
 
3.43.4 
0006529: Partial arrays should be supported in filters
Partial arrays should be supported in filters
No tags attached.
Issue History
2008-03-06 14:28Berk GeveciNew Issue
2008-03-06 14:42Berk GeveciTarget Version => Multi-block support
2008-03-06 14:50Berk GeveciStatusbacklog => tabled
2008-03-06 14:50Berk GeveciAssigned To => Berk Geveci
2008-06-03 10:44Utkarsh AyachitAssigned ToBerk Geveci => Burlen
2008-06-03 10:51Utkarsh AyachitNote Added: 0012214
2008-08-07 13:18Utkarsh AyachitAssigned ToBurlen => Utkarsh Ayachit
2008-08-13 15:42Utkarsh AyachitNote Added: 0013003
2008-08-14 12:51Utkarsh AyachitNote Added: 0013013
2008-08-15 08:51Utkarsh AyachitNote Added: 0013034
2008-09-03 13:30Utkarsh AyachitStatustabled => @80@
2008-09-03 13:30Utkarsh AyachitResolutionopen => fixed
2008-09-03 13:30Utkarsh AyachitNote Added: 0013277
2008-09-08 16:18Alan ScottStatus@80@ => closed
2008-09-08 16:18Alan ScottNote Added: 0013360
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
(0012214)
Utkarsh Ayachit   
2008-06-03 10:51   
Partial arrays refer to arrays that are present in some blocks and not in all blocks. We want to look at supporting at least the major filters. All combo boxes including color-by combo should mark all partial arrays as "partial" or something. The filters may still throw errors for missing partial arrays, but they should not crash.
(0013003)
Utkarsh Ayachit   
2008-08-13 15:42   
The color-chooser now marks partial arrays with '(partial)' suffix.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqDisplayColorWidget.cxx,v <-- Qt/Components/pqDisplayColorWidget.cxx
new revision: 1.36; previous revision: 1.35
/cvsroot/ParaView3/ParaView3/Qt/Components/pqDisplayColorWidget.h,v <-- Qt/Components/pqDisplayColorWidget.h
new revision: 1.15; previous revision: 1.14
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPipelineRepresentation.cxx,v <-- Qt/Core/pqPipelineRepresentation.cxx
new revision: 1.31; previous revision: 1.30
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPipelineRepresentation.h,v <-- Qt/Core/pqPipelineRepresentation.h
new revision: 1.11; previous revision: 1.10
(0013013)
Utkarsh Ayachit   
2008-08-14 12:51   
Marked partial arrays on array selection widget shown in Threshold panel
(among others)

/cvsroot/ParaView3/ParaView3/Qt/Components/pqFieldSelectionAdaptor.cxx,v <-- Qt/Components/pqFieldSelectionAdaptor.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Core/pqSMAdaptor.cxx,v <-- Qt/Core/pqSMAdaptor.cxx
new revision: 1.41; previous revision: 1.40
/cvsroot/ParaView3/ParaView3/Qt/Core/pqSMAdaptor.h,v <-- Qt/Core/pqSMAdaptor.h
new revision: 1.14; previous revision: 1.13
(0013034)
Utkarsh Ayachit   
2008-08-15 08:51   
Most of the array selection combos that use the pqComboBoxDomain now mark partial arrays.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqComboBoxDomain.cxx,v <-- Qt/Components/pqComboBoxDomain.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/pqNamedWidgets.cxx,v <-- Qt/Components/pqNamedWidgets.cxx
new revision: 1.50; previous revision: 1.49
(0013277)
Utkarsh Ayachit   
2008-09-03 13:30   
Rest will be done on case-by-case basis.
(0013360)
Alan Scott   
2008-09-08 16:18   
Internal to ParaView. Not tested.