 |
VTK
9.1.0
|
Go to the documentation of this file.
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
represent and manipulate 3D points
represent and manipulate point attribute data
int GetCellType() override
Return the type of cell.
@ VTK_BEZIER_QUADRILATERAL
#define VTK_DEPRECATED_IN_9_1_0(reason)
abstract superclass for arrays of numeric data
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
list of point or cell ids
Allocate and hold a VTK object.
abstract class to specify dataset behavior
static vtkBezierQuadrilateral * New()
dynamic, self-adjusting array of double
a cell that represents a 2D quadrilateral