25 #ifndef vtkBezierWedge_h
26 #define vtkBezierWedge_h
29 #include "vtkCommonDataModelModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
88 #endif // vtkBezierWedge_h
virtual vtkHigherOrderCurve * GetEdgeCell()=0
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkNew< vtkBezierCurve > BdyEdge
represent and manipulate point attribute data
abstract class to specify dataset behavior
represent and manipulate cell attribute data
A 2D cell that represents an arbitrary order Bezier triangle.
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
vtkNew< vtkBezierInterpolation > Interp
virtual vtkHigherOrderQuadrilateral * GetBoundaryQuad()=0
vtkNew< vtkBezierCurve > EdgeCell
dynamic, self-adjusting array of double
int GetCellType() override
Return the type of cell.
abstract class to specify cell behavior
a simple class to control print indentation
list of point or cell ids
virtual vtkHigherOrderTriangle * GetBoundaryTri()=0
A 3D cell that represents an arbitrary order HigherOrder wedge.
A 3D cell that represents an arbitrary order Bezier wedge.
vtkNew< vtkDoubleArray > RationalWeights
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
vtkNew< vtkBezierTriangle > BdyTri
A 2D cell that represents an arbitrary order HigherOrder triangle.
vtkCell * GetFace(int faceId) override=0
Return the face cell from the faceId of the cell.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkNew< vtkBezierQuadrilateral > BdyQuad
a 3D cell that represents a linear wedge
virtual vtkHigherOrderInterpolation * GetInterpolation()=0
represent and manipulate 3D points