22 #ifndef vtkBezierTriangle_h
23 #define vtkBezierTriangle_h
25 #include "vtkCommonDataModelModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
represent and manipulate point attribute data
vtkNew< vtkDoubleArray > RationalWeights
virtual vtkHigherOrderCurve * GetEdgeCell()=0
abstract class to specify dataset behavior
A 2D cell that represents an arbitrary order Bezier triangle.
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 simple class to control print indentation
vtkNew< vtkBezierCurve > EdgeCell
int GetCellType() override
Return the type of cell.
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.