 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkLagrangeTetra_h
32 #define vtkLagrangeTetra_h
34 #include "vtkCommonDataModelModule.h"
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkCell * GetFace(int faceId) override=0
Return the face cell from the faceId of the cell.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
vtkNew< vtkLagrangeCurve > EdgeCell
virtual vtkHigherOrderCurve * getEdgeCell()=0
virtual vtkHigherOrderTriangle * getFaceCell()=0
abstract class to specify cell behavior
vtkNew< vtkLagrangeTriangle > FaceCell
a simple class to control print indentation
A 2D cell that represents an arbitrary order Lagrange triangle.
@ VTK_LAGRANGE_TETRAHEDRON
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
A 3D cell that represents an arbitrary order Lagrange tetrahedron.
int GetCellType() override
Return the type of cell.
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
dynamic, self-adjusting array of double
a 3D cell that represents a tetrahedron
A 2D cell that represents an arbitrary order HigherOrder triangle.
A 3D cell that represents an arbitrary order HigherOrder tetrahedron.