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