34#ifndef vtkBezierTriangle_h
35#define vtkBezierTriangle_h
37#include "vtkCommonDataModelModule.h"
56 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
58 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
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, const vtkIdType numPts)
vtkDoubleArray * GetRationalWeights()
void InterpolateDerivs(const double pcoords[3], double *derivs) override
void EvaluateLocationProjectedNode(int &subId, const vtkIdType point_id, double x[3], double *weights)
static vtkBezierTriangle * New()
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 dataset behavior
dynamic, self-adjusting array of double
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)