Go to the documentation of this file.
39 #ifndef vtkQuadraticTetra_h
40 #define vtkQuadraticTetra_h
75 int& subId,
double pcoords[3],
76 double& dist2,
double *
weights);
81 int dim,
double *derivs);
98 double x[3],
double pcoords[3],
int& subId);
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent)
represent and manipulate point attribute data
vtkQuadraticTriangle * Face
virtual void InterpolateFunctions(double pcoords[3], double weights[10])
#define vtkTypeMacro(thisClass, superclass)
cell represents a parabolic, isoparametric triangle
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
int GetParametricCenter(double pcoords[3])
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
static void InterpolationDerivs(double pcoords[3], double derivs[30])
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
virtual double * GetParametricCoords()
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
cell represents a parabolic, 10-node isoparametric tetrahedron
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
static void InterpolationFunctions(double pcoords[3], double weights[10])
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
static int * GetFaceArray(int faceId)
Abstract class in support of both point location and point insertion.
list of point or cell ids
static vtkQuadraticTetra * New()
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
void JacobianInverse(double pcoords[3], double **inverse, double derivs[30])
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
static int * GetEdgeArray(int edgeId)
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
double GetParametricDistance(double pcoords[3])
abstract superclass for non-linear cells
virtual void InterpolateDerivs(double pcoords[3], double derivs[30])
dynamic, self-adjusting array of double
#define VTKCOMMONDATAMODEL_EXPORT
a 3D cell that represents a tetrahedron
cell represents a parabolic, isoparametric edge
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tetras, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)