MantisBT - ParaView
View Issue Details
0010128ParaViewBugpublic2010-01-12 15:542010-01-21 19:25
Alan Scott 
Utkarsh Ayachit 
highminoralways
closedfixed 
 
3.8 
0010128: Threshold filter shows point data as cell data
Marking as important, since this is confusing as can be.

ParaView trunk, XP, local server.
* Open disk_out_ref.exo. All variables selected. Apply.
* Treshold filter. Open the pulldown where it says Scalars. Note that all variables are duplicated - as cells and points. For instance, this dataset doesn't have cell Temp data!
No tags attached.
related to 0007323closed Utkarsh Ayachit First Cell Property (Data Array) Not Accessible By Filters Until Choosing Another Property First 
Issue History
2010-01-12 15:54Alan ScottNew Issue
2010-01-20 11:37Utkarsh AyachitRelationship addedrelated to 0007323
2010-01-20 11:39Utkarsh AyachitNote Added: 0019217
2010-01-20 11:39Utkarsh AyachitStatusbacklog => @80@
2010-01-20 11:39Utkarsh AyachitFixed in Version => 3.8
2010-01-20 11:39Utkarsh AyachitResolutionopen => fixed
2010-01-20 11:39Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-01-21 19:25Alan ScottNote Added: 0019257
2010-01-21 19:25Alan ScottStatus@80@ => closed

Notes
(0019217)
Utkarsh Ayachit   
2010-01-20 11:39   
When fixing BUG 0007323, this issue was introduced. Cleaned
up the logic in pqFieldSelectionAdaptor to determine field associations for the
arrays. Added new API to vtkSMArrayListDomain to get information about the field
association for any array.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqFieldSelectionAdaptor.cxx,v <-- Qt/Components/pqFieldSelectionAdaptor.cxx
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMStringListDomain.h,v <-- Servers/ServerManager/vtkSMStringListDomain.h
new revision: 1.15; previous revision: 1.14
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMEnumerationDomain.h,v <-- Servers/ServerManager/vtkSMEnumerationDomain.h
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMEnumerationDomain.cxx,v <-- Servers/ServerManager/vtkSMEnumerationDomain.cxx
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMArrayListDomain.h,v <-- Servers/ServerManager/vtkSMArrayListDomain.h
new revision: 1.18; previous revision: 1.17
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMArrayListDomain.cxx,v <-- Servers/ServerManager/vtkSMArrayListDomain.cxx
new revision: 1.25; previous revision: 1.24
(0019257)
Alan Scott   
2010-01-21 19:25   
Tested local server, XP, trunk.