Hi,<br>I got such a problem, that comes from some -1.#IND or (Not-a-Number, or NaN) values in the fields. Replit by hand with a valid value <br><br><div class="gmail_quote">2009/10/21 Murat Aydýn <span dir="ltr">&lt;<a href="mailto:murat.aydin@netcad.com.tr">murat.aydin@netcad.com.tr</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div bgcolor="#ffffff">
<div><font size="2" face="Arial">Hi,</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">I am writing vtkunsturucturedgrid to 
a file and then reading it.However, after reading i get nothing: number of 
cells , number of points all are zero.</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">I attached my file.</font></div>
<div> </div>
<div><font size="2" face="Arial">My code is :</font></div>
<div> </div>
<div><font size="2" color="#2b91af"><font size="2">
<p></p></font><font size="2" color="#010001">vtk</font><font size="2">.</font><font size="2" color="#2b91af">vtkXMLUnstructuredGridWriter</font><font size="2"> 
</font><font size="2" color="#010001">w</font><font size="2"> = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#010001">vtk</font><font size="2">.</font><font size="2" color="#2b91af">vtkXMLUnstructuredGridWriter</font><font size="2">();
<p></p></font><font size="2" color="#0000ff">string</font><font size="2"> </font><font size="2" color="#010001">ltempFile</font><font size="2"> = </font><font size="2" color="#010001">System</font><font size="2">.</font><font size="2" color="#010001">IO</font><font size="2">.</font><font size="2" color="#2b91af">Path</font><font size="2">.</font><font size="2" color="#010001">GetTempFileName</font><font size="2">();
<p></p></font><font size="2" color="#010001">w</font><font size="2">.</font><font size="2" color="#010001">SetFileName</font><font size="2">(</font><font size="2" color="#010001">ltempFile</font><font size="2">);
<p></p></font><font size="2" color="#010001">w</font><font size="2">.</font><font size="2" color="#010001">SetDataModeToBinary</font><font size="2">();
<p></p></font><font size="2" color="#010001">w</font><font size="2">.</font><font size="2" color="#010001">SetInput</font><font size="2">(((</font><font size="2" color="#010001">vtk</font><font size="2">.</font><font size="2" color="#2b91af">vtkUnstructuredGrid</font><font size="2">)</font><font size="2" color="#010001">grid</font><font size="2">));
<p></p></font><font size="2" color="#010001">w</font><font size="2">.</font><font size="2" color="#010001">Write</font><font size="2">();
<p> </p>
<p></p></font><font size="2" color="#010001">vtk</font><font size="2">.</font><font size="2" color="#2b91af">vtkXMLUnstructuredGridReader</font><font size="2"> 
</font><font size="2" color="#010001">w2</font><font size="2"> = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#010001">vtk</font><font size="2">.</font><font size="2" color="#2b91af">vtkXMLUnstructuredGridReader</font><font size="2">();
<p></p></font><font size="2" color="#010001">w2</font><font size="2">.</font><font size="2" color="#010001">SetFileName</font><font size="2">(</font><font size="2" color="#010001">ltempFile</font><font size="2">);
<p></p></font><font size="2" color="#010001">w2</font><font size="2">.</font><font size="2" color="#010001">Update</font><font size="2">();</font><font size="2"><font color="#000000" face="Arial"><font size="1">
<p>int num = w2.GetOutput().GetNumberOfPoints();</p></font></font></font>
<p><font size="2"><font color="#000000" face="Arial">Kind Regards</font></font></p>
<p><font size="2"><font color="#000000" face="Arial"></font></font> </p>
<p><font size="2"><font color="#000000" face="Arial">murat aydin</font></font></p>
<p><font size="2"><font color="#000000" face="Arial"></font> </font></p></font> </div></div>
<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>