34 #ifndef vtkBezierTriangle_h
35 #define vtkBezierTriangle_h
37 #include "vtkCommonDataModelModule.h"
56 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
57 void EvaluateLocationProjectedNode(
58 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
60 void InterpolateFunctions(const
double pcoords[3],
double* weights) override;
61 void InterpolateDerivs(const
double pcoords[3],
double* derivs) override;
69 ~vtkBezierTriangle() override;
75 vtkBezierTriangle(const vtkBezierTriangle&) = delete;
76 void operator=(const vtkBezierTriangle&) = delete;
#define VTK_DEPRECATED_IN_9_1_0(reason)
represent and manipulate point attribute data
abstract class to specify dataset behavior
A 2D cell that represents an arbitrary order Bezier triangle.
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
int GetCellType() override
Return the type of cell.
Allocate and hold a VTK object.
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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.