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