<div dir="ltr">Thanks David, this looks perfect.<div class="gmail_extra"><div><div dir="ltr"><br style="color:rgb(102,102,102)"></div></div>
<br><div class="gmail_quote">On Mon, Sep 15, 2014 at 4:10 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chris,<br>
<br>
This sounds like a job for vtkProbeFilter.  The probe filter takes two inputs,<br>
the "input" and the "source".  The idea is that it resamples the scalars from<br>
the "source" onto the geometry of the "input".  So, in this case, the "source"<br>
is your unstructured grid, and the "input" is any vtkImageData that has the<br>
origin, spacing, and extent that you want to use for the regridding.  The<br>
output of vtkProbeFilter will be an image that has the same geometry as<br>
the input, but that has pixel values that have been interpolated from your<br>
unstructured grid.  You should be able to find several examples on the<br>
wiki.<br>
<span><font color="#888888"><br>
 - David<br>
</font></span><div><div><br>
<br>
On Mon, Sep 15, 2014 at 3:59 PM, chrism <<a href="mailto:chris.marsh@usask.ca" target="_blank">chris.marsh@usask.ca</a>> wrote:<br>
> Is it possible to (easily) convert an unstructured grid to a structured grid<br>
> (Image data)?<br>
><br>
> Is unstructured -> polydata -> image data  the only way? If so, how example<br>
> (<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/DataSetSurfaceFilter" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/DataSetSurfaceFilter</a> ??)<br>
><br>
> Ultimately, the unstructured grid represents a topography, and I am looking<br>
> to 'rasterize' it for use in a GIS.<br>
</div></div></blockquote></div><br></div></div>