MantisBT - ParaView
View Issue Details
0009280ParaViewBugpublic2009-07-16 12:542009-08-05 19:48
Ken Moreland 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
 
3.6.23.6.2 
0009280: Probe-based filters disabled for pipeline sources with multiple outputs
There is some incorrect logic in the input domains that is disabling all of the probe-based filters (such as probe location and plot over line) for any pipeline source with multiple outputs. To replicate:

1. Load the file VTKLargeData/Data/SLAC/pic-example/mesh.ncdf.
2. Try to use any probe-based filter. They will be grayed out.

This behavior also happens for any filter that has multiple outputs. Try it on, for example, the particle pathlines filter.
No tags attached.
Issue History
2009-07-16 12:54Ken MorelandNew Issue
2009-07-16 12:54Ken MorelandStatusbacklog => tabled
2009-07-16 12:54Ken MorelandAssigned To => Utkarsh Ayachit
2009-07-31 11:48Utkarsh AyachitNote Added: 0017038
2009-07-31 11:48Utkarsh AyachitStatustabled => @80@
2009-07-31 11:48Utkarsh AyachitFixed in Version => 3.6.2
2009-07-31 11:48Utkarsh AyachitResolutionopen => fixed
2009-08-05 19:48Alan ScottNote Added: 0017072
2009-08-05 19:48Alan ScottStatus@80@ => closed

Notes
(0017038)
Utkarsh Ayachit   
2009-07-31 11:48   
Obsolete vtkSMNumberOfPartsDomain was used for all the probe filters which restricted the input to being a source with single output port. In olden days, number of parts corresponded to number of blocks in a composite dataset and hence it made sense for older versions of these filters. Not any more. So removing this domain all together.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/CMakeLists.txt,v <-- Servers/ServerManager/CMakeLists.txt
new revision: 1.255; previous revision: 1.254
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMExtractDocumentation.cxx,v <-- Servers/ServerManager/vtkSMExtractDocumentation.cxx
new revision: 1.22; previous revision: 1.21
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMNumberOfPartsDomain.cxx,v <-- Servers/ServerManager/vtkSMNumberOfPartsDomain.cxx
new revision: delete; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMNumberOfPartsDomain.h,v <-- Servers/ServerManager/vtkSMNumberOfPartsDomain.h
new revision: delete; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.361; previous revision: 1.360
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Testing/Cxx/ServersServerManagerPrintSelf.cxx,v <-- Servers/ServerManager/Testing/Cxx/ServersServerManagerPrintSelf.cxx
new revision: 1.29; previous revision: 1.28



3.6 Branch--------
(Only committing minimal change required which addresses this bug)

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.345.2.5; previous revision: 1.345.2.4
(0017072)
Alan Scott   
2009-08-05 19:48   
I believe this one is fixed. Works for probe point. I was able to bring up particle pathlines, but it put out lots of failure prints. Since error prints are not part of this bug (and I probably don't know how to run the filter anyway), I am closing this bug.