41 #ifndef __vtkMeanValueCoordinatesInterpolator_h
42 #define __vtkMeanValueCoordinatesInterpolator_h
52 class vtkMVCTriIterator;
53 class vtkMVCPolyIterator;
72 static void ComputeInterpolationWeights(
double x[3],
vtkPoints *pts,
83 static void ComputeInterpolationWeights(
double x[3],
vtkPoints *pts,
92 static void ComputeInterpolationWeightsForTriangleMesh(
93 double x[3],
vtkPoints *pts, vtkMVCTriIterator& iter,
double *weights);
99 static void ComputeInterpolationWeightsForPolygonMesh(
100 double x[3],
vtkPoints *pts, vtkMVCPolyIterator& iter,
double *weights);
abstract base class for most VTK objects
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
compute interpolation computes for closed triangular mesh
object to represent cell connectivity
represent and manipulate 3D points