View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009280ParaViewBugpublic2009-07-16 12:542009-08-05 19:48
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.6.2Fixed in Version3.6.2 
Summary0009280: Probe-based filters disabled for pipeline sources with multiple outputs
DescriptionThere 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0017038)
Utkarsh Ayachit (administrator)
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 (manager)
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.

 Issue History
Date Modified Username Field Change
2009-07-16 12:54 Ken Moreland New Issue
2009-07-16 12:54 Ken Moreland Status backlog => tabled
2009-07-16 12:54 Ken Moreland Assigned To => Utkarsh Ayachit
2009-07-31 11:48 Utkarsh Ayachit Note Added: 0017038
2009-07-31 11:48 Utkarsh Ayachit Status tabled => @80@
2009-07-31 11:48 Utkarsh Ayachit Fixed in Version => 3.6.2
2009-07-31 11:48 Utkarsh Ayachit Resolution open => fixed
2009-08-05 19:48 Alan Scott Note Added: 0017072
2009-08-05 19:48 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team