You may want to start by writing and getting your mapper working in VTK itself. Refer to http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGridVolumeMapper.html you may want to look at the subclasses and see how those implement the superclasses API. YOu basicall need to override Render(..). Look at the subclasses to see how that's done.
Utkarsh 2011/6/2 胡健 <[email protected]>: > hi everybody: > I want to write an new unstructured grid volume mapper to Paraview, And I > want to inherite vtkUnstructuredVolumeMapper, I want to know which functions > need I to rewrite? and where need I to change? Thank you > > _______________________________________________ > 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
