34 #ifndef vtkBezierWedge_h
35 #define vtkBezierWedge_h
38 #include "vtkCommonDataModelModule.h"
68 int& subId,
const vtkIdType point_id,
double x[3],
double* weights);
A 2D cell that represents an arbitrary order Bezier triangle.
A 3D cell that represents an arbitrary order Bezier wedge.
vtkDoubleArray * GetRationalWeights()
void InterpolateFunctions(const double pcoords[3], double *weights) override
vtkNew< vtkBezierQuadrilateral > BdyQuad
virtual vtkHigherOrderInterpolation * getInterp() override
~vtkBezierWedge() override
int GetCellType() override
Return the type of cell.
vtkNew< vtkBezierInterpolation > Interp
vtkNew< vtkDoubleArray > RationalWeights
virtual vtkHigherOrderTriangle * getBdyTri() override
void EvaluateLocationProjectedNode(int &subId, const vtkIdType point_id, double x[3], double *weights)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkNew< vtkBezierCurve > EdgeCell
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
vtkNew< vtkBezierTriangle > BdyTri
vtkNew< vtkBezierCurve > BdyEdge
static vtkBezierWedge * New()
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
virtual vtkHigherOrderCurve * getEdgeCell() override
void SetRationalWeightsFromPointData(vtkPointData *point_data, const vtkIdType numPts)
virtual vtkHigherOrderQuadrilateral * getBdyQuad() override
void InterpolateDerivs(const double pcoords[3], double *derivs) override
represent and manipulate cell attribute data
abstract class to specify cell behavior
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
A 2D cell that represents an arbitrary order HigherOrder triangle.
A 3D cell that represents an arbitrary order HigherOrder wedge.
list of point or cell ids
a simple class to control print indentation
represent and manipulate point attribute data
represent and manipulate 3D points
a 3D cell that represents a linear wedge