[Paraview] Defunct classes

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Jul 18 10:34:58 EDT 2005


The paraview rendering pipeline has changed since 2.0.0. Now the rendermodule and displays are server manager proxies. A rough translation between the old rendermodule/part displays and the current rendermodule proxies/and display proxies is as under:

vtkPVRenderModule -- vtkSMRenderModuleProxy
vtkSMPartDisplay -- vtkSMDisplayProxy

Utkarsh

---------- Forwarded message ----------
From: Randy Hudson <hudson at mcs.anl.gov>
Date: Jul 14, 2005 1:12 PM
Subject: [Paraview] Defunct classes
To: paraview at paraview.org
Cc: ANL Paraview List <paraview-anl at mcs.anl.gov>



My custom paraview GUI last worked w/ paraview 2.0.0.

I just tried to build it into the CVS distribution I downloaded on 07/11, and the following error messages were printed:

/home/hudson/Software/ParaView_CVS_07112005/src_flashgui/GUI/Client/vtkPVFlashCutWidget.cxx:16:31: vtkPVRenderModule.h: No such file or directory
/home/hudson/Software/ParaView_CVS_07112005/src_flashgui/GUI/Client/vtkPVFlashCutWidget.cxx:31:35: vtkKWCornerAnnotation.h: No such file or directory
/home/hudson/Software/ParaView_CVS_07112005/src_flashgui/GUI/Client/vtkPVFlashCutWidget.cxx:34:31: vtkKWLabeledFrame.h: No such file or directory
/home/hudson/Software/ParaView_CVS_07112005/src_flashgui/GUI/Client/vtkPVFlashCutWidget.cxx:43:35: vtkKWWindowCollection.h: No such file or directory
/home/hudson/Software/ParaView_CVS_07112005/src_flashgui/GUI/Client/vtkPVFlashCutWidget.cxx:59:30: vtkSMPartDisplay.h: No such file or directory
/home/hudson/Software/ParaView_CVS_07112005/src_flashgui/GUI/Client/vtkPVFlashCutWidget.cxx:73:23: vtkString.h: No such file or directory
/home/hudson/Software/ParaView_CVS_07112005/src_flashgui/GUI/Client/vtkPVFlashCutWidget.cxx:82:31: vtkKWTextProperty.h: No such file or directory

If any of these classes have been renamed, what are the new names?

Which ones, if any, have been discontinued, and what do you recommend I use in their place?

Thanks.



Randy.
630 252 8690.

_______________________________________________
ParaView mailing list
ParaView at paraview.org
http://www.paraview.org/mailman/listinfo/paraview




More information about the ParaView mailing list