View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002235Old ParaView Bugs public2005-09-14 16:452005-09-14 16:45
ReporterBrad King 
Assigned ToBerk Geveci 
PrioritylowSeverityminorReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Summary0002235: Filters execute on creation with no parameters
DescriptionvtkPVSource::InitializeClone has the line

    this->Proxy->UpdateInformation();

which causes a newly created filter to run RequestInformation. The problem is that no parameter values are set on the VTK filter object on the server. Therefore whatever information is supposed to be used from the result of RequestInformation may not be what the filter will produce after the parameters are set.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team