Go to the documentation of this file.
70 #ifndef vtkBiQuadraticQuadraticHexahedron_h
71 #define vtkBiQuadraticQuadraticHexahedron_h
107 int& subId,
double pcoords[3],
108 double& dist2,
double *
weights);
113 int dim,
double *derivs);
131 double x[3],
double pcoords[3],
int& subId);
represent and manipulate 3D points
static vtkBiQuadraticQuadraticHexahedron * New()
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
a cell that represents a linear 3D hexahedron
~vtkBiQuadraticQuadraticHexahedron()
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
represent and manipulate point attribute data
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
#define vtkTypeMacro(thisClass, superclass)
void Subdivide(vtkPointData *inPd, vtkCellData *inCd, vtkIdType cellId, vtkDataArray *cellScalars)
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
cell represents a biquadratic, 24-node isoparametric hexahedron
cell represents a parabolic, 8-node isoparametric quad
virtual void InterpolateDerivs(double pcoords[3], double derivs[72])
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
static int * GetEdgeArray(int edgeId)
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tetras, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
vtkDoubleArray * CellScalars
GLsizei const GLfloat * value
cell represents a parabolic, 9-node isoparametric quad
GLboolean GLenum GLenum GLvoid * values
abstract class to specify cell behavior
represent and manipulate cell attribute data
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
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
@ VTK_BIQUADRATIC_QUADRATIC_HEXAHEDRON
void PrintSelf(ostream &os, vtkIndent indent)
void JacobianInverse(double pcoords[3], double **inverse, double derivs[72])
abstract superclass for non-linear cells
vtkBiQuadraticQuad * BiQuadFace
static int * GetFaceArray(int faceId)
static void InterpolationFunctions(double pcoords[3], double weights[24])
dynamic, self-adjusting array of double
#define VTKCOMMONDATAMODEL_EXPORT
static void InterpolationDerivs(double pcoords[3], double derivs[72])
cell represents a parabolic, isoparametric edge
vtkBiQuadraticQuadraticHexahedron()
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
virtual double * GetParametricCoords()
virtual void InterpolateFunctions(double pcoords[3], double weights[24])