Go to the documentation of this file.
36 #ifndef vtkQuadraticHexahedron_h
37 #define vtkQuadraticHexahedron_h
72 int& subId,
double pcoords[3],
73 double& dist2,
double *
weights);
78 int dim,
double *derivs);
96 double x[3],
double pcoords[3],
int& subId);
represent and manipulate 3D points
vtkDoubleArray * CellScalars
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
a cell that represents a linear 3D hexahedron
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
static void InterpolationDerivs(double pcoords[3], double derivs[60])
static void InterpolationFunctions(double pcoords[3], double weights[20])
GLint GLint GLint GLint GLint x
cell represents a parabolic, 20-node isoparametric hexahedron
abstract superclass for arrays of numeric data
static int * GetEdgeArray(int edgeId)
cell represents a parabolic, 8-node isoparametric quad
~vtkQuadraticHexahedron()
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
void Subdivide(vtkPointData *inPd, vtkCellData *inCd, vtkIdType cellId, vtkDataArray *cellScalars)
virtual void InterpolateDerivs(double pcoords[3], double derivs[60])
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
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 Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
Abstract class in support of both point location and point insertion.
list of point or cell ids
virtual void InterpolateFunctions(double pcoords[3], double weights[20])
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
abstract superclass for non-linear cells
static vtkQuadraticHexahedron * New()
void JacobianInverse(double pcoords[3], double **inverse, double derivs[60])
dynamic, self-adjusting array of double
@ VTK_QUADRATIC_HEXAHEDRON
#define VTKCOMMONDATAMODEL_EXPORT
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tetras, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
cell represents a parabolic, isoparametric edge
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
virtual double * GetParametricCoords()
static int * GetFaceArray(int faceId)