 |
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
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
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.
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
abstract superclass for arrays of numeric data
virtual vtkQuad * GetApproximateQuad(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr)=0
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
list of point or cell ids
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
virtual vtkHigherOrderCurve * getEdgeCell()=0
dynamic, self-adjusting array of double
vtkNew< vtkLagrangeCurve > EdgeCell
int GetCellType() override
Return the type of cell.
@ VTK_LAGRANGE_QUADRILATERAL
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a cell that represents a 2D quadrilateral