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