31 #ifndef vtkBezierTetra_h
32 #define vtkBezierTetra_h
34 #include "vtkCommonDataModelModule.h"
54 int& subId,
const vtkIdType point_id,
double x[3],
double* weights);
A 3D cell that represents an arbitrary order Bezier tetrahedron.
void InterpolateFunctions(const double pcoords[3], double *weights) override
vtkNew< vtkDoubleArray > RationalWeights
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkNew< vtkBezierTriangle > FaceCell
virtual vtkHigherOrderCurve * getEdgeCell() override
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
~vtkBezierTetra() override
virtual vtkHigherOrderTriangle * getFaceCell() override
void EvaluateLocationProjectedNode(int &subId, const vtkIdType point_id, double x[3], double *weights)
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
vtkNew< vtkBezierCurve > EdgeCell
void InterpolateDerivs(const double pcoords[3], double *derivs) override
void SetRationalWeightsFromPointData(vtkPointData *point_data, const vtkIdType numPts)
static vtkBezierTetra * New()
vtkDoubleArray * GetRationalWeights()
int GetCellType() override
Return the type of cell.
A 2D cell that represents an arbitrary order Bezier triangle.
abstract class to specify cell behavior
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
A 3D cell that represents an arbitrary order HigherOrder tetrahedron.
A 2D cell that represents an arbitrary order HigherOrder triangle.
a simple class to control print indentation
represent and manipulate point attribute data
a 3D cell that represents a tetrahedron