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);