<div dir="ltr">Hi Gonza,<br><br>As far as I know,<br>vtkXMLPolyDataWriter is preserved the data which returns from the filters that your poly has manipulated.<br>so, if you open your poly (after the saving process) in Paraview (which is VERY helpful to poly visualization) you will be able to view that data. <br>
<br>for example, I had a poly which was manipulated by BBDicer filter. the output is some arrays of vtkIdType (indexes on the poly) which each of them represents the region in that poly that has divided by this filter.<br>
<br>So, as for your question, most of the data is maintained by the XMLWriter- so use this for vtkPolyData ...<br><br>Good Luck<br>Hila<br><br><div class="gmail_quote">On Tue, May 15, 2012 at 1:18 PM, Gonzalo Amadio <span dir="ltr"><<a href="mailto:gonzaloama@yahoo.com.ar" target="_blank">gonzaloama@yahoo.com.ar</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote">What is the difference between VtkPolyDataWriter and VtkXMLPolyDataWriter ?<br><br>Is one better ?<div>
<br></div><div>In my case I transform an mitk::image to a polydata with mitk::ImageToSurfaceFilter. And then I want to save the result to see if the filter is working properly.</div>
<div><br></div><div>Thank you!<span class="HOEnZb"><font color="#888888"><br><div>-- <br>--------<br>Gonzalo<br><br>
</div></font></span></div>
<br></div><br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>