 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkLagrangeHexahedron_h
27 #define vtkLagrangeHexahedron_h
30 #include "vtkCommonDataModelModule.h"
78 #endif // vtkLagrangeHexahedron_h
represent and manipulate 3D points
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
a cell that represents a linear 3D hexahedron
represent and manipulate point attribute data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual vtkHexahedron * GetApproximateHex(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr)=0
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
@ VTK_LAGRANGE_HEXAHEDRON
vtkNew< vtkLagrangeQuadrilateral > FaceCell
abstract superclass for arrays of numeric data
vtkNew< vtkLagrangeCurve > EdgeCell
virtual vtkHigherOrderQuadrilateral * getFaceCell()=0
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
virtual vtkHigherOrderCurve * getEdgeCell()=0
vtkCell * GetFace(int faceId) override=0
Return the face cell from the faceId of the cell.
vtkNew< vtkLagrangeInterpolation > Interp
list of point or cell ids
virtual vtkHigherOrderInterpolation * getInterp()=0
dynamic, self-adjusting array of double
A 3D cell that represents an arbitrary order HigherOrder hex.
A 3D cell that represents an arbitrary order Lagrange hex.
int GetCellType() override
Return the type of cell.