Oops, the parent class is vtkSMPropRepresentationProxy but not vtkSMSurfaceRepresentationProxy.
Actually the program was developed by somebody else, and I wanted to compile it with a newer version of Paraview. It has a custom plugin which deals with volume rendering and isosurface in one XML (via SubProxy). The plugin applies the contour filter automatically when data is load, so users can switch between volume rendering and isosurface in one menu. I am not sure why vtkSMPropRepresentationProxy was inherited. Maybe it's a generic representation class which can handle both volume and isosurface? But I am not entirely sure. I am still studying the source and ParaView. Thanks, Joe On Wed, Dec 14, 2011 at 3:44 PM, Sebastien Jourdain <[email protected]> wrote: > Hi Joe, > > this might be a typo, but first why did you need to inherit > vtkSMSurfaceRepresentationProxy.h to create an isosurface ? > Could you be more precise on what you use to do on 3.10 and what you > try to do in general ? > > Thanks, > > Seb > > On Wed, Dec 14, 2011 at 1:57 PM, Joe Ping-Lin Hsiao <[email protected]> wrote: >> Hi, >> >> I used to inherit >> ParaView-3.8.1\Servers\ServerManager\vtkSMSurfaceRepresentationProxy.h >> to create an isosurface. But the class was gone since ParaView 3.10. >> >> I found >> ParaView-3.12.0\ParaViewCore\ServerManagervtkSMNewWidgetRepresentationProxy.h >> has identical comments. Can I use the class to create an isosurface or >> the comments are just typos? >> >> Thanks, >> Joe >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
