Go to the documentation of this file.
41 #ifndef vtkQuadraticLinearWedge_h
42 #define vtkQuadraticLinearWedge_h
83 int &subId,
double pcoords[3],
double &dist2,
double *
weights);
104 double x[3],
double pcoords[3],
int &subId);
160 pcoords[0] = pcoords[1] = 1./3;
represent and manipulate 3D points
void JacobianInverse(double pcoords[3], double **inverse, double derivs[45])
@ VTK_QUADRATIC_LINEAR_WEDGE
represent and manipulate point attribute data
int GetParametricCenter(double pcoords[3])
static void InterpolationFunctions(double pcoords[3], double weights[15])
static void InterpolationDerivs(double pcoords[3], double derivs[45])
static vtkQuadraticLinearWedge * New()
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tetras, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
#define vtkTypeMacro(thisClass, superclass)
cell represents a parabolic, isoparametric triangle
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
vtkCell * GetFace(int faceId)
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
cell represents a 1D line
virtual void InterpolateDerivs(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)
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
GLsizei const GLfloat * value
static int * GetEdgeArray(int edgeId)
GLboolean GLenum GLenum GLvoid * values
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
a 3D cell that represents a linear wedge
abstract class to specify cell behavior
represent and manipulate cell attribute data
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
vtkQuadraticLinearQuad * Face
object to represent cell connectivity
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
Abstract class in support of both point location and point insertion.
list of point or cell ids
cell represents a, 12-node isoparametric wedge
~vtkQuadraticLinearWedge()
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
vtkQuadraticEdge * QuadEdge
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
abstract superclass for non-linear cells
static int * GetFaceArray(int faceId)
cell represents a quadratic-linear, 6-node isoparametric quad
vtkQuadraticTriangle * TriangleFace
vtkCell * GetEdge(int edgeId)
virtual int GetParametricCenter(double pcoords[3])
dynamic, self-adjusting array of double
#define VTKCOMMONDATAMODEL_EXPORT
cell represents a parabolic, isoparametric edge
virtual double * GetParametricCoords()
virtual void InterpolateFunctions(double pcoords[3], double weights[15])
vtkQuadraticLinearWedge()