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