 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkLagrangeTetra_h
32 #define vtkLagrangeTetra_h
34 #include "vtkCommonDataModelModule.h"
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
virtual vtkHigherOrderTriangle * getFaceCell() override
virtual vtkHigherOrderCurve * getEdgeCell() override
vtkNew< vtkLagrangeCurve > EdgeCell
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
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.
void InterpolateDerivs(const double pcoords[3], double *derivs) override
static vtkLagrangeTetra * New()
@ VTK_LAGRANGE_TETRAHEDRON
A 3D cell that represents an arbitrary order Lagrange tetrahedron.
int GetCellType() override
Return the type of cell.
~vtkLagrangeTetra() override
dynamic, self-adjusting array of double
a 3D cell that represents a tetrahedron
void InterpolateFunctions(const double pcoords[3], double *weights) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A 2D cell that represents an arbitrary order HigherOrder triangle.
A 3D cell that represents an arbitrary order HigherOrder tetrahedron.