31 #ifndef vtkBezierTriangle_h
32 #define vtkBezierTriangle_h
34 #include "vtkCommonDataModelModule.h"
53 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
54 void EvaluateLocationProjectedNode(
55 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
57 void InterpolateFunctions(const
double pcoords[3],
double* weights) override;
58 void InterpolateDerivs(const
double pcoords[3],
double* derivs) override;
A 2D cell that represents an arbitrary order Bezier triangle.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
static vtkBezierTriangle * New()
int GetCellType() override
Return the type of cell.
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
#define VTK_DEPRECATED_IN_9_1_0(reason)