 |
VTK
9.0.1
|
Go to the documentation of this file.
19 #ifndef vtkLagrangeQuadrilateral_h
20 #define vtkLagrangeQuadrilateral_h
23 #include "vtkCommonDataModelModule.h"
68 #endif // vtkLagrangeQuadrilateral_h
represent and manipulate 3D points
virtual vtkHigherOrderCurve * getEdgeCell() override
static vtkLagrangeQuadrilateral * New()
represent and manipulate point attribute data
vtkQuad * GetApproximateQuad(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr) override
abstract superclass for arrays of numeric data
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
~vtkLagrangeQuadrilateral() override
list of point or cell ids
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
void InterpolateFunctions(const double pcoords[3], double *weights) override
void InterpolateDerivs(const double pcoords[3], double *derivs) override
dynamic, self-adjusting array of double
vtkNew< vtkLagrangeCurve > EdgeCell
int GetCellType() override
Return the type of cell.
@ VTK_LAGRANGE_QUADRILATERAL
a cell that represents a 2D quadrilateral
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLagrangeQuadrilateral()