22#ifndef vtkBezierTriangle_h
23#define vtkBezierTriangle_h
25#include "vtkCommonDataModelModule.h"
28VTK_ABI_NAMESPACE_BEGIN
A 2D cell that represents an arbitrary order Bezier triangle.
vtkNew< vtkBezierCurve > EdgeCell
void InterpolateFunctions(const double pcoords[3], double *weights) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetRationalWeightsFromPointData(vtkPointData *point_data, vtkIdType numPts)
vtkDoubleArray * GetRationalWeights()
void InterpolateDerivs(const double pcoords[3], double *derivs) override
static vtkBezierTriangle * New()
~vtkBezierTriangle() override
vtkNew< vtkDoubleArray > RationalWeights
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
int GetCellType() override
Return the type of cell.
vtkHigherOrderCurve * GetEdgeCell() override
abstract class to specify cell behavior
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
A 2D cell that represents an arbitrary order HigherOrder triangle.
a simple class to control print indentation
Allocate and hold a VTK object.
represent and manipulate point attribute data
a cell that represents a triangle