Hi everybody,

I'm just writting a reader that outputs a structured grid from a file.
There already is some code to visualize data in the file as a mesh, but it
uses openGL and some custom objects (that i would like to reuse of course!).
Wanting to port it in Paraview, I'm just wondering if my reader instance is
destroyed after  requestInformation and requestData have been called.
-If not, how can I get a handle on it with a new filter to access some
objects in it.
-If it is destroyed, can I use *vtkmodelMetadata* to pack objects on my *
vtkStructuredGrid*?

Regards

PAPA
_______________________________________________
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

Reply via email to