40 #ifndef __vtkBiQuadraticTriangle_h
41 #define __vtkBiQuadraticTriangle_h
43 #include "vtkCommonDataModelModule.h"
55 void PrintSelf(ostream& os, vtkIndent indent);
64 vtkCell *GetEdge(
int edgeId);
68 int CellBoundary(
int subId,
double pcoords[3], vtkIdList *pts);
69 void Contour(
double value, vtkDataArray *cellScalars,
72 vtkPointData *inPd, vtkPointData *outPd,
74 int EvaluatePosition(
double x[3],
double* closestPoint,
75 int& subId,
double pcoords[3],
76 double& dist2,
double *weights);
77 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
79 int Triangulate(
int index, vtkIdList *ptIds, vtkPoints *pts);
80 void Derivatives(
int subId,
double pcoords[3],
double *values,
81 int dim,
double *derivs);
82 virtual double *GetParametricCoords();
88 void Clip(
double value, vtkDataArray *cellScalars,
90 vtkPointData *inPd, vtkPointData *outPd,
98 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
99 double x[3],
double pcoords[3],
int& subId);
105 int GetParametricCenter(
double pcoords[3]);
109 double GetParametricDistance(
double pcoords[3]);
113 static void InterpolationFunctions(
double pcoords[3],
double weights[7]);
116 static void InterpolationDerivs(
double pcoords[3],
double derivs[14]);
145 pcoords[0] = pcoords[1] = 1./3;
virtual void InterpolateDerivs(double pcoords[3], double derivs[14])
int GetParametricCenter(double pcoords[3])
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
abstract superclass for non-linear cells
static void InterpolationDerivs(double pcoords[3], double derivs[14])
static void InterpolationFunctions(double pcoords[3], double weights[7])
cell represents a parabolic, isoparametric triangle
void PrintSelf(ostream &os, vtkIndent indent)
object to represent cell connectivity
cell represents a parabolic, isoparametric edge
a cell that represents a triangle
virtual void InterpolateFunctions(double pcoords[3], double weights[7])