31 #ifndef vtkLagrangeTriangle_h 32 #define vtkLagrangeTriangle_h 34 #include "vtkCommonDataModelModule.h" int GetCellType() override
Return the type of cell.
virtual vtkHigherOrderCurve * getEdgeCell()=0
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
dynamic, self-adjusting array of double
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
abstract class to specify cell behavior
A 2D cell that represents an arbitrary order Lagrange triangle.
a simple class to control print indentation
vtkIdType GetNumberOfSubtriangles() const
vtkNew< vtkLagrangeCurve > EdgeCell
a cell that represents a triangle
A 2D cell that represents an arbitrary order HigherOrder triangle.
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
vtkIdType ComputeNumberOfSubtriangles()
vtkIdType NumberOfSubtriangles
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.