<div class="gmail_quote">On Mon, Jan 2, 2012 at 5:46 PM, nuno.jf <span dir="ltr">&lt;<a href="mailto:nunofernandes7@gmail.com">nunofernandes7@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">
The data range goes from 2 to 76996 because these values correspond to the<br>
scalar&#39;s highest and lowest values that are associated to the remaining<br>
points. Right?<br></blockquote><div><br></div><div>Yes, the data range is just the highest and lowest values. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I created an image with the points of the Output file (described above)<br>
generated a 3D surface using vtkImageGaussianSmooth and<br>
vtkImageMarchingCubes. When I try to view the resulting file in Paraview, I<br>
get the following error message:<br>
<br>
/Generic Warning: In ..\..\..\..\source\VTK\IO\vtkDataReader.cxx, line 1382<br>
Error reading ascii data. Possible mismatch of datasize with declaration./<br></blockquote><div><br></div>This means that either the number of points does not match the length of one of the PointData arrays, or the number of cells does not match the length of one of the CellData arrays.<br>
<br></div>