Go to the documentation of this file.
36 #ifndef vtkQuadraticWedge_h
37 #define vtkQuadraticWedge_h
73 int& subId,
double pcoords[3],
74 double& dist2,
double *
weights);
79 int dim,
double *derivs);
97 double x[3],
double pcoords[3],
int& subId);
158 pcoords[0] = pcoords[1] = 1./3;
represent and manipulate 3D points
represent and manipulate point attribute data
vtkCell * GetEdge(int edgeId)
static int * GetFaceArray(int faceId)
void PrintSelf(ostream &os, vtkIndent indent)
static void InterpolationDerivs(double pcoords[3], double derivs[45])
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
#define vtkTypeMacro(thisClass, superclass)
cell represents a parabolic, isoparametric triangle
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
vtkDoubleArray * CellScalars
cell represents a parabolic, 8-node isoparametric quad
static void InterpolationFunctions(double pcoords[3], double weights[15])
virtual void InterpolateDerivs(double pcoords[3], double derivs[45])
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
a 3D cell that represents a linear wedge
abstract class to specify cell behavior
cell represents a parabolic, 15-node isoparametric wedge
static int * GetEdgeArray(int edgeId)
represent and manipulate cell attribute data
a simple class to control print indentation
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
static vtkQuadraticWedge * New()
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tetras, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
vtkQuadraticTriangle * TriangleFace
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
void JacobianInverse(double pcoords[3], double **inverse, double derivs[45])
abstract superclass for non-linear cells
virtual void InterpolateFunctions(double pcoords[3], double weights[15])
virtual int GetParametricCenter(double pcoords[3])
dynamic, self-adjusting array of double
#define VTKCOMMONDATAMODEL_EXPORT
int GetParametricCenter(double pcoords[3])
vtkCell * GetFace(int faceId)
cell represents a parabolic, isoparametric edge
void Subdivide(vtkPointData *inPd, vtkCellData *inCd, vtkIdType cellId, vtkDataArray *cellScalars)
virtual double * GetParametricCoords()