40 #ifndef __vtkBiQuadraticTriangle_h
41 #define __vtkBiQuadraticTriangle_h
43 #include "vtkNonLinearCell.h"
45 class vtkQuadraticEdge;
54 void PrintSelf(ostream& os,
vtkIndent indent);
67 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
72 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd);
73 int EvaluatePosition(
double x[3],
double* closestPoint,
74 int& subId,
double pcoords[3],
75 double& dist2,
double *weights);
76 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
79 void Derivatives(
int subId,
double pcoords[3],
double *values,
80 int dim,
double *derivs);
81 virtual double *GetParametricCoords();
90 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd,
97 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
98 double x[3],
double pcoords[3],
int& subId);
104 int GetParametricCenter(
double pcoords[3]);
108 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])
represent and manipulate point attribute data
int GetParametricCenter(double pcoords[3])
Abstract class in support of both point location and point insertion.
static void InterpolationDerivs(double pcoords[3], double derivs[14])
dynamic, self-adjusting array of double
abstract class to specify cell behavior
a simple class to control print indentation
static void InterpolationFunctions(double pcoords[3], double weights[7])
list of point or cell ids
abstract superclass for arrays of numeric data
cell represents a parabolic, isoparametric triangle
object to represent cell connectivity
virtual void InterpolateFunctions(double pcoords[3], double weights[7])
represent and manipulate 3D points