You&#39;re missing the vtkPointData header file so you just need to add:<br>#include &quot;vtkPointData.h&quot;<br><br>Andy<br><br><div class="gmail_quote">On Tue, Apr 2, 2013 at 3:33 PM, Paw Møller <span dir="ltr">&lt;<a href="mailto:pawsen@gmail.com" target="_blank">pawsen@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for the answer Joe,<div><br></div><div>but I still get a compilation error for</div><div><br></div>
<div>rgrid-&gt;GetPointData()-&gt;AddArray(temperature);<br></div><div><br></div>
<div>The error:</div><div><div>invalid use of incomplete type ‘class vtkPointData’</div><div>In file included from /usr/include/vtk-5.8/vtkPointSet.h:29:0,</div><div>                 from /usr/include/vtk-5.8/vtkStructuredGrid.h:42,</div>

<div>                 from vtk.cpp:13:</div><div><br></div><div>Any ideas?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Paw</div></font></span></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 ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>