 |
VTK
9.1.0
|
Go to the documentation of this file.
34 #ifndef vtkBezierWedge_h
35 #define vtkBezierWedge_h
38 #include "vtkCommonDataModelModule.h"
69 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
70 void EvaluateLocationProjectedNode(
71 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
72 void InterpolateFunctions(const
double pcoords[3],
double* weights) override;
73 void InterpolateDerivs(const
double pcoords[3],
double* derivs) override;
100 #endif // vtkBezierWedge_h
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A 3D cell that represents an arbitrary order Bezier wedge.
A 3D cell that represents an arbitrary order HigherOrder wedge.
represent and manipulate point attribute data
#define VTK_DEPRECATED_IN_9_1_0(reason)
int GetCellType() override
Return the type of cell.
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
a 3D cell that represents a linear wedge
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
list of point or cell ids
Allocate and hold a VTK object.
abstract class to specify dataset behavior
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.
static vtkBezierWedge * New()