<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<br>I get these types of errors from the more recent versions of vtk (4.0
and higher).. on
<br>SGI IRIX compilers..
<p>******************************
<br>cc-1367 CC: ERROR File = impDiscreteSet.cc, Line = 188
<br> A pointer to an incomplete class type is not allowed.
<p> origVolume->GetPointData()->SetScalars
(dset_scalars);
<br> ^
<p>cc-1367 CC: ERROR File = impDiscreteSet.cc, Line = 194
<br> A pointer to an incomplete class type is not allowed.
<p> origVolume->GetPointData()->GetScalars()->GetRange(r);
<br> ^
<br>***********************
<p>I know how to fix it - include vtkPointData.h. I am just curious why
this
<br>has started appearing or why this include file is needed, as its just
a pointer
<br>being dereferenced. If thats the case, then why dont I get a similar
error
<br>for not include vtkDataArray.h (returned by GetScalars())?
<p>Thanks.
<p> == krs
<br>
<br>
<br>
<br>
<pre>--
K.R.Subramanian Phone: (704) 687-4872
Department of Computer Science FAX: (704) 687-4893
UNC Charlotte, CARC 311 Email: krs@cs.uncc.edu
Charlotte, NC 28223-0001 Web: <A HREF="http://www.cs.uncc.edu/~krs">http://www.cs.uncc.edu/~krs</A></pre>
</html>