26 #ifndef vtkBezierHexahedron_h 27 #define vtkBezierHexahedron_h 30 #include "vtkCommonDataModelModule.h" 58 void EvaluateLocationProjectedNode(
59 int& subId,
const vtkIdType point_id,
double x[3],
double* weights);
86 #endif // vtkBezierHexahedron_h void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkHigherOrderInterpolation * getInterp()=0
represent and manipulate point attribute data
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
abstract class to specify dataset behavior
virtual vtkHexahedron * GetApproximateHex(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr)=0
represent and manipulate cell attribute data
A 3D cell that represents an arbitrary order Bezier hex.
vtkNew< vtkBezierCurve > EdgeCell
dynamic, self-adjusting array of double
abstract class to specify cell behavior
vtkCell * GetFace(int faceId) override=0
Return the face cell from the faceId of the cell.
a simple class to control print indentation
int GetCellType() override
Return the type of cell.
list of point or cell ids
abstract superclass for arrays of numeric data
a cell that represents a linear 3D hexahedron
vtkNew< vtkBezierQuadrilateral > FaceCell
vtkNew< vtkDoubleArray > RationalWeights
A 3D cell that represents an arbitrary order HigherOrder hex.
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
virtual vtkHigherOrderQuadrilateral * getFaceCell()=0
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkNew< vtkBezierInterpolation > Interp
virtual vtkHigherOrderCurve * getEdgeCell()=0
represent and manipulate 3D points