19#ifndef vtkLagrangeQuadrilateral_h
20#define vtkLagrangeQuadrilateral_h
23#include "vtkCommonDataModelModule.h"
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
list of point or cell ids
a simple class to control print indentation
vtkLagrangeQuadrilateral()
vtkHigherOrderCurve * GetEdgeCell() override
~vtkLagrangeQuadrilateral() override
void InterpolateDerivs(const double pcoords[3], double *derivs) override
static vtkLagrangeQuadrilateral * New()
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
vtkQuad * GetApproximateQuad(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr) override
void InterpolateFunctions(const double pcoords[3], double *weights) override
vtkNew< vtkLagrangeCurve > EdgeCell
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.
Allocate and hold a VTK object.
represent and manipulate point attribute data
represent and manipulate 3D points
a cell that represents a 2D quadrilateral
@ VTK_LAGRANGE_QUADRILATERAL