<P>
&nbsp; Hi everyone,<BR>
Iam curretnly trying to figure out to use contour filters.<BR>
I have written something ,but when I execute it all i get is a popup window saying &quot;no data to contour&quot;.<BR>
I dont know what is wrong, I have attached the code, please help me out.<BR>
What Iam trying to do is create a unstructured grid of random points and then draw a contour. I dont know what mistake I have done.<BR>
Thank you,<BR>
David Michell<BR>
<BR>
main()<BR>
{<BR>
double data[1500];<BR>
for (int i=0;i&lt;1500;i++)<BR>
{<BR>
data[i*3+0]=rand()/126345.23;<BR>
data[i*3+1]=rand()/346345.33;<BR>
data[i*3+2]=rand()/456345.34;<BR>
}<BR>
<BR>
vtkIdType *type;<BR>
type=new vtkIdType[500];<BR>
for(int counter=0;counter&lt;500;counter++)<BR>
{<BR>
type[counter]=counter;<BR>
}<BR>
<BR>
vtkCellArray *cellarray=vtkCellArray::New();<BR>
cellarray-&gt;Allocate(cellarray-&gt;EstimateSize(500,1));<BR>
cellarray-&gt;InsertNextCell(500);<BR>
cellarray-&gt;ReplaceCell(0,500,type);<BR>
<BR>
int celltype[500];<BR>
memset(celltype,1,sizeof(int)*500);<BR>
<BR>
vtkDoubleArray *pointset=vtkDoubleArray::New();<BR>
pointset-&gt;SetNumberOfComponents(3);<BR>
pointset-&gt;SetNumberOfTuples(500);<BR>
pointset-&gt;SetArray(data,1500,1);<BR>
<BR>
vtkPoints *points=vtkPoints::New();<BR>
points-&gt;Allocate(1500);<BR>
points-&gt;SetData(pointset);<BR>
<BR>
vtkUnstructuredGrid *grid=vtkUnstructuredGrid::New();<BR>
grid-&gt;Allocate(1500);<BR>
grid-&gt;SetPoints(points);<BR>
grid-&gt;SetCells(celltype,cellarray);<BR>
<BR>
vtkCountourFilter *contour=vtkContourFilter::New();<BR>
countour-&gt;SetInput(grid);<BR>
contour-&gt;GenerateValues(13,0.0,0.42);<BR>
<BR>
//code for mapper ,actor renderer, render window and interactor goes here<BR>
}<BR>
<BR>
<BR>
<BR>
<BR>
<BR>

</P>
<br><br>
<A target="_blank" HREF="http://clients.rediff.com/signature/track_sig.asp"><IMG SRC="http://ads.rediff.com/RealMedia/ads/adstream_nx.cgi/www.rediffmail.com/inbox.htm@Bottom" BORDER=0 VSPACE=0 HSPACE=0></a>