Go to the documentation of this file.
41 #ifndef vtkQuadraticPyramid_h
42 #define vtkQuadraticPyramid_h
79 int& subId,
double pcoords[3],
80 double& dist2,
double *
weights);
85 int dim,
double *derivs);
103 double x[3],
double pcoords[3],
int& subId);
166 pcoords[0] = pcoords[1] = 6.0/13.0;
167 pcoords[2] = 3.0/13.0;
represent and manipulate 3D points
void JacobianInverse(double pcoords[3], double **inverse, double derivs[39])
int GetParametricCenter(double pcoords[3])
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
virtual double * GetParametricCoords()
represent and manipulate point attribute data
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
static int * GetFaceArray(int faceId)
#define vtkTypeMacro(thisClass, superclass)
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
void PrintSelf(ostream &os, vtkIndent indent)
cell represents a parabolic, isoparametric triangle
GLint GLint GLint GLint GLint x
a 3D cell that represents a linear pyramid
abstract superclass for arrays of numeric data
void Subdivide(vtkPointData *inPd, vtkCellData *inCd, vtkIdType cellId, vtkDataArray *cellScalars)
cell represents a parabolic, 8-node isoparametric quad
virtual void InterpolateFunctions(double pcoords[3], double weights[13])
vtkCell * GetEdge(int edgeId)
static void InterpolationDerivs(double pcoords[3], double derivs[39])
cell represents a parabolic, 13-node isoparametric pyramid
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
abstract class to specify cell behavior
represent and manipulate cell attribute data
static vtkQuadraticPyramid * New()
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
virtual void InterpolateDerivs(double pcoords[3], double derivs[39])
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tets, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
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)
vtkCell * GetFace(int faceId)
abstract superclass for non-linear cells
static void InterpolationFunctions(double pcoords[3], double weights[13])
virtual int GetParametricCenter(double pcoords[3])
dynamic, self-adjusting array of double
vtkDoubleArray * CellScalars
#define VTKCOMMONDATAMODEL_EXPORT
a 3D cell that represents a tetrahedron
static int * GetEdgeArray(int edgeId)
cell represents a parabolic, isoparametric edge
vtkQuadraticTriangle * TriangleFace