<div dir="ltr">yes<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-07 17:18 GMT+02:00 Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Have you applied<br>
reader->Update();<br>
<br>
before you request the reader's output?<br>
<div><div class="h5"><br>
<br>
On Mon, Apr 7, 2014 at 11:00 AM, elena bresciani<br>
<<a href="mailto:elena.bresciani87@gmail.com">elena.bresciani87@gmail.com</a>> wrote:<br>
> Hello everybody!<br>
><br>
> I need your help with a segmentation fault error.<br>
> Using gdb I understood where it is generated but I don't know how to modify<br>
> the code to make it run.<br>
><br>
> Here's the portion of the code that I'm talking about:<br>
><br>
><br>
> vtkSmartPointer<vtkPolyData> polydata = reader->GetOutput();<br>
> (the reader is a vtkXMLPolyDataReader)<br>
><br>
> vtkFloatArray *PointNormalArray = vtkFloatArray::SafeDownCast(<br>
> polydata->GetPointData()->GetNormals() ) ;<br>
><br>
> for(vtkIdType i = 0; i < PointNormalArray->GetNumberOfTuples(); i++) {....}<br>
><br>
> everytime I call GetNumberOfTuples I have this error so I think the problem<br>
> is on PointNormalArray.<br>
><br>
> Can somebody help me?<br>
><br>
> Thanks in advance<br>
><br>
> Elena<br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</font></span></blockquote></div><br></div>