34 #ifndef vtkLagrangeWedge_h 35 #define vtkLagrangeWedge_h 38 #include "vtkCommonDataModelModule.h" 89 #endif // vtkLagrangeWedge_h virtual vtkHigherOrderInterpolation * getInterp()=0
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate point attribute data
vtkNew< vtkLagrangeCurve > BdyEdge
represent and manipulate cell attribute data
int GetCellType() override
Return the type of cell.
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
dynamic, self-adjusting array of double
abstract class to specify cell behavior
A 3D cell that represents an arbitrary order Lagrange wedge.
virtual vtkHigherOrderQuadrilateral * getBdyQuad()=0
A 2D cell that represents an arbitrary order Lagrange triangle.
a simple class to control print indentation
list of point or cell ids
vtkNew< vtkLagrangeTriangle > BdyTri
virtual vtkHigherOrderCurve * getEdgeCell()=0
A 3D cell that represents an arbitrary order HigherOrder wedge.
vtkNew< vtkLagrangeInterpolation > Interp
virtual vtkHigherOrderTriangle * getBdyTri()=0
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
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< vtkLagrangeQuadrilateral > BdyQuad
a 3D cell that represents a linear wedge
represent and manipulate 3D points
vtkNew< vtkLagrangeCurve > EdgeCell