42 #ifndef vtkMeanValueCoordinatesInterpolator_h
43 #define vtkMeanValueCoordinatesInterpolator_h
45 #include "vtkCommonDataModelModule.h"
54 class vtkMVCTriIterator;
55 class vtkMVCPolyIterator;
77 static void ComputeInterpolationWeights(
const double x[3],
vtkPoints *pts,
87 static void ComputeInterpolationWeights(
const double x[3],
vtkPoints *pts,
97 static void ComputeInterpolationWeightsForTriangleMesh(
98 const double x[3],
vtkPoints *pts, vtkMVCTriIterator& iter,
double *weights);
103 static void ComputeInterpolationWeightsForPolygonMesh(
104 const double x[3],
vtkPoints *pts, vtkMVCPolyIterator& iter,
double *weights);