[vtkusers] Re: converting vtkStructuredGrid to vtkStructuredPoints or vtkImageData

Mark Gooding mark.gooding at gmail.com
Tue Mar 6 10:26:50 EST 2007


So I guess that Michael has coincidentally answered my question in
replying to another... Now to get it working...

oh - and how do I set the interpolation type?

Thanks,

Mark

On 06/03/07, Michael Knopke <Michael.Knopke at gmx.de> wrote:
Subject: Re: [vtkusers] 3D .raw data density values

> Data in between needs to be interpolated. A way to get the interpolated
> point at a certain position is to use the vtkProbeFilter with your
> imagedata. But the output depends on what interpolation type you choose
> (linear/cubic..).



On 06/03/07, Mark Gooding <mark.gooding at gmail.com> wrote:
> I my quest to read and display spherical coordinate image data, I've
> read the data in as a vtkStructuredGrid. Is there a class that can
> resample this data to vtkStructuredPoints or even vtkImageData such
> that I can use vtkImageReslice to show image planes? Or am I going to
> have to do this the hard way and resample it myself? :-)



More information about the vtkusers mailing list