41 #ifndef __vtkMeanValueCoordinatesInterpolator_h
42 #define __vtkMeanValueCoordinatesInterpolator_h
53 class vtkMVCTriIterator;
54 class vtkMVCPolyIterator;
73 static void ComputeInterpolationWeights(
double x[3],
vtkPoints *pts,
84 static void ComputeInterpolationWeights(
double x[3],
vtkPoints *pts,
93 static void ComputeInterpolationWeightsForTriangleMesh(
100 static void ComputeInterpolationWeightsForPolygonMesh(
abstract base class for most VTK objects
GLint GLint GLint GLint GLint x
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
#define VTKCOMMONDATAMODEL_EXPORT
represent and manipulate 3D points