Go to the documentation of this file.
76 int& subId,
double pcoords[3],
77 double& dist2,
double *
weights);
81 double x[3],
double pcoords[3],
int& subId);
84 int dim,
double *derivs);
131 pcoords[0] = pcoords[1] = 0.333333;
represent and manipulate 3D points
virtual void GetEdgePoints(int edgeId, int *&pts)
vtkCell * GetEdge(int edgeId)
represent and manipulate point attribute data
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
#define vtkTypeMacro(thisClass, superclass)
static int * GetEdgeArray(int edgeId)
GLint GLint GLint GLint GLint x
static void InterpolationDerivs(double pcoords[3], double derivs[18])
abstract superclass for arrays of numeric data
virtual void InterpolateDerivs(double pcoords[3], double derivs[18])
cell represents a 1D line
static int * GetFaceArray(int faceId)
static void InterpolationFunctions(double pcoords[3], double weights[6])
abstract class to specify 3D cell interface
void PrintSelf(ostream &os, vtkIndent indent)
vtkCell * GetFace(int faceId)
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
a 3D cell that represents a linear wedge
int GetParametricCenter(double pcoords[3])
abstract class to specify cell behavior
represent and manipulate cell attribute data
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
virtual double * GetParametricCoords()
virtual void GetFacePoints(int faceId, int *&pts)
a cell that represents a triangle
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
virtual void InterpolateFunctions(double pcoords[3], double weights[6])
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
virtual int GetParametricCenter(double pcoords[3])
#define VTKCOMMONDATAMODEL_EXPORT
dataset represents arbitrary combinations of all possible cell types
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
int JacobianInverse(double pcoords[3], double **inverse, double derivs[18])
a cell that represents a 2D quadrilateral