Hi everybody,<br><br>I'm just writting a reader that outputs a structured grid from a file.<br>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!).<br>
Wanting to port it in Paraview, I'm just wondering if my reader instance is destroyed after requestInformation and requestData have been called. <br>-If not, how can I get a handle on it with a new filter to access some objects in it.<br>
-If it is destroyed, can I use <b>vtkmodelMetadata</b> to pack objects on my <b>vtkStructuredGrid</b>? <br><br>Regards<br><br>PAPA<br>