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