17#ifndef vtkBezierHexahedron_h
18#define vtkBezierHexahedron_h
21#include "vtkCommonDataModelModule.h"
26VTK_ABI_NAMESPACE_BEGIN
vtkNew< vtkBezierCurve > EdgeCell
vtkNew< vtkDoubleArray > RationalWeights
vtkNew< vtkBezierQuadrilateral > FaceCell
void SetRationalWeightsFromPointData(vtkPointData *point_data, vtkIdType numPts)
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
vtkDoubleArray * GetRationalWeights()
void InterpolateFunctions(const double pcoords[3], double *weights) override
Compute the interpolation functions/derivatives (aka shape functions/derivatives) No-ops at this leve...
vtkHigherOrderCurve * GetEdgeCell() override
void InterpolateDerivs(const double pcoords[3], double *derivs) override
~vtkBezierHexahedron() override
int GetCellType() override
Return the type of cell.
vtkHigherOrderInterpolation * GetInterpolation() override
vtkHexahedron * GetApproximateHex(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr) override
vtkNew< vtkBezierInterpolation > Interp
static vtkBezierHexahedron * New()
vtkHigherOrderQuadrilateral * GetFaceCell() override
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate cell attribute data
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
a cell that represents a linear 3D hexahedron
vtkHigherOrderHexahedron()
list of point or cell ids
a simple class to control print indentation
Allocate and hold a VTK object.
represent and manipulate point attribute data
represent and manipulate 3D points