Go to the documentation of this file.
58 int& subId,
double pcoords[3],
59 double& dist2,
double *
weights);
92 double x[3],
double pcoords[3],
int& subId);
103 int dim,
double *derivs);
135 pcoords[0] = pcoords[1] = pcoords[2] = 0.0;
represent and manipulate 3D points
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
represent and manipulate point attribute data
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
a cell that represents a 3D point
virtual void InterpolateFunctions(double pcoords[3], double weights[1])
virtual double * GetParametricCoords()
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts1, vtkCellArray *lines, vtkCellArray *verts2, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
void PrintSelf(ostream &os, vtkIndent indent)
abstract class to specify cell behavior
static void InterpolationDerivs(double pcoords[3], double derivs[3])
represent and manipulate cell attribute data
a simple class to control print indentation
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
int GetParametricCenter(double pcoords[3])
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
static void InterpolationFunctions(double pcoords[3], double weights[1])
virtual int GetParametricCenter(double pcoords[3])
virtual void InterpolateDerivs(double pcoords[3], double derivs[3])
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *pts, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
#define VTKCOMMONDATAMODEL_EXPORT
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)