Go to the documentation of this file.
41 #ifndef vtkMeanValueCoordinatesInterpolator_h
42 #define vtkMeanValueCoordinatesInterpolator_h
53 class vtkMVCTriIterator;
54 class vtkMVCPolyIterator;
represent and manipulate 3D points
static void ComputeInterpolationWeights(double x[3], vtkPoints *pts, vtkCellArray *tris, double *weights)
vtkMeanValueCoordinatesInterpolator()
void PrintSelf(ostream &os, vtkIndent indent)
compute interpolation computes for closed triangular mesh
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
~vtkMeanValueCoordinatesInterpolator()
static void ComputeInterpolationWeightsForPolygonMesh(double x[3], vtkPoints *pts, vtkMVCPolyIterator &iter, double *weights)
static void ComputeInterpolationWeights(double x[3], vtkPoints *pts, vtkIdList *tris, double *weights)
static void ComputeInterpolationWeightsForTriangleMesh(double x[3], vtkPoints *pts, vtkMVCTriIterator &iter, double *weights)
static vtkMeanValueCoordinatesInterpolator * New()
a simple class to control print indentation
object to represent cell connectivity
list of point or cell ids
#define VTKCOMMONDATAMODEL_EXPORT