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