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