View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003708ParaView(No Category)public2006-09-04 11:292006-09-05 11:12
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003708: Crash when creating a cut/clip custom filter
DescriptionTry this:
* Create a sphere
* Create a clip filter
* Create custom filter with only clip. Assign input and outputs.
* Apply the custon filter to the sphere
* CRASH

Are we handling 3d widgets in custom filters?
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0004847)
Utkarsh Ayachit (administrator)
2006-09-05 11:12

The problem was that pv would try to create a custom panel for the custom filter if the custom filter was named same as any of the supported custom panels (eg.Clip/Cut) which would lead to crash since such panels assume the type of proxy. Fixed that be adding API to the panel interface to use the proxy itself to tell if the panel suppports the proxy rather than just the name.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqCalculatorPanel.cxx,v <-- pqCalculatorPanel.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Components/pqCalculatorPanel.h,v <-- pqCalculatorPanel.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Components/pqClipPanel.cxx,v <-- pqClipPanel.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/pqClipPanel.h,v <-- pqClipPanel.h
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Components/pqContourPanel.cxx,v <-- pqContourPanel.cxx
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/pqContourPanel.h,v <-- pqContourPanel.h
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Components/pqCutPanel.cxx,v <-- pqCutPanel.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Components/pqCutPanel.h,v <-- pqCutPanel.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusPanel.cxx,v <-- pqExodusPanel.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusPanel.h,v <-- pqExodusPanel.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Components/pqObjectInspectorWidget.cxx,v <-- pqObjectInspectorWidget.cxx
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/pqObjectPanelInterface.h,v <-- pqObjectPanelInterface.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqObjectPanelLoader.cxx,v <-- pqObjectPanelLoader.cxx
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqObjectPanelLoader.h,v <-- pqObjectPanelLoader.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqStreamTracerPanel.cxx,v <-- pqStreamTracerPanel.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/pqStreamTracerPanel.h,v <-- pqStreamTracerPanel.h
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Components/pqThresholdPanel.cxx,v <-- pqThresholdPanel.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Components/pqThresholdPanel.h,v <-- pqThresholdPanel.h
new revision: 1.4; previous revision: 1.3

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team