17#ifndef vtkLagrangeHexahedron_h 
   18#define vtkLagrangeHexahedron_h 
   21#include "vtkCommonDataModelModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
represent and manipulate cell attribute data
 
abstract class to specify cell behavior
 
abstract superclass for arrays of numeric data
 
dynamic, self-adjusting array of double
 
a cell that represents a linear 3D hexahedron
 
A 3D cell that represents an arbitrary order HigherOrder hex.
 
list of point or cell ids
 
a simple class to control print indentation
 
A 3D cell that represents an arbitrary order Lagrange hex.
 
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
 
static vtkLagrangeHexahedron * New()
 
int GetCellType() override
Return the type of cell.
 
void InterpolateFunctions(const double pcoords[3], double *weights) override
 
vtkNew< vtkLagrangeInterpolation > Interp
 
vtkHexahedron * GetApproximateHex(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr) override
 
vtkHigherOrderCurve * GetEdgeCell() override
 
vtkNew< vtkLagrangeCurve > EdgeCell
 
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
 
vtkHigherOrderInterpolation * GetInterpolation() override
 
vtkHigherOrderQuadrilateral * GetFaceCell() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkNew< vtkLagrangeQuadrilateral > FaceCell
 
~vtkLagrangeHexahedron() override
 
void InterpolateDerivs(const double pcoords[3], double *derivs) override
 
Allocate and hold a VTK object.
 
represent and manipulate point attribute data
 
represent and manipulate 3D points
 
@ VTK_LAGRANGE_HEXAHEDRON