19 #ifndef vtkBezierQuadrilateral_h
20 #define vtkBezierQuadrilateral_h
23 #include "vtkCommonDataModelModule.h"
51 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
52 void EvaluateLocationProjectedNode(
53 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
54 void InterpolateFunctions(const
double pcoords[3],
double* weights) override;
55 void InterpolateDerivs(const
double pcoords[3],
double* derivs) override;
78 #endif // vtkBezierQuadrilateral_h
#define VTK_DEPRECATED_IN_9_1_0(reason)
represent and manipulate point attribute data
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate cell attribute data
a cell that represents a 2D quadrilateral
dynamic, self-adjusting array of double
abstract class to specify cell behavior
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
int GetCellType() override
Return the type of cell.
Allocate and hold a VTK object.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points