22#ifndef vtkLagrangeTetra_h 
   23#define vtkLagrangeTetra_h 
   25#include "vtkCommonDataModelModule.h"  
   30VTK_ABI_NAMESPACE_BEGIN
 
abstract class to specify cell behavior
 
dynamic, self-adjusting array of double
 
A 3D cell that represents an arbitrary order HigherOrder tetrahedron.
 
A 2D cell that represents an arbitrary order HigherOrder triangle.
 
a simple class to control print indentation
 
A 3D cell that represents an arbitrary order Lagrange tetrahedron.
 
vtkHigherOrderCurve * GetEdgeCell() override
 
static vtkLagrangeTetra * New()
 
vtkNew< vtkLagrangeTriangle > FaceCell
 
void InterpolateDerivs(const double pcoords[3], double *derivs) override
 
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
 
vtkNew< vtkLagrangeCurve > EdgeCell
 
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
 
int GetCellType() override
Return the type of cell.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkLagrangeTetra() override
 
void InterpolateFunctions(const double pcoords[3], double *weights) override
 
vtkHigherOrderTriangle * GetFaceCell() override
 
A 2D cell that represents an arbitrary order Lagrange triangle.
 
Allocate and hold a VTK object.
 
a 3D cell that represents a tetrahedron
 
@ VTK_LAGRANGE_TETRAHEDRON