[vtkusers] bilinear, trilinear interpolation..

David Gobbi dgobbi at irus.rri.ca
Sun Jul 1 13:58:46 EDT 2001


I just remembered another method for interpolation: you can
use vtkImplicitDataSet or vtkImplicitVolume to convert the
data into a function.

 - David

On Sat, 30 Jun 2001, Will Schroeder wrote:

> The cells vtkPixel and vtkVoxel do interpolation. There are more general
> forms of these cells that do something similar, although less efficiently:
> vtkQuad and vtkHexahedron. Using EvaluatePosition() and EvaluateLocation
> you can go back and forth between parametric and world space. Also, there
> is a static function InterpolationFunctions that can be used (given a
> parametric coordinate pcoord[3], return the interpolation weights).
>
> Will
>
>
>
>
> William J. Schroeder, Ph.D.
> Kitware, Inc.
> VTK-Based Visualization Solutions
> 469 Clifton Corporate Parkway
> Clifton Park, NY 12065 USA
> will.schroeder at kitware.com
> http://www.kitware.com
> 1-518-371-3971 x102
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>





More information about the vtkusers mailing list