34 #ifndef vtkBezierTetra_h
35 #define vtkBezierTetra_h
37 #include "vtkCommonDataModelModule.h"
58 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
59 void EvaluateLocationProjectedNode(
60 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
62 void InterpolateFunctions(const
double pcoords[3],
double* weights) override;
63 void InterpolateDerivs(const
double pcoords[3],
double* derivs) override;
72 ~vtkBezierTetra() override;
78 vtkBezierTetra(const vtkBezierTetra&) = delete;
79 void operator=(const vtkBezierTetra&) = delete;
#define VTK_DEPRECATED_IN_9_1_0(reason)
represent and manipulate point attribute data
abstract class to specify dataset behavior
A 2D cell that represents an arbitrary order Bezier triangle.
vtkCell * GetFace(int faceId) override=0
Return the face cell from the faceId of the cell.
dynamic, self-adjusting array of double
a 3D cell that represents a tetrahedron
abstract class to specify cell behavior
a simple class to control print indentation
A 3D cell that represents an arbitrary order Bezier tetrahedron.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Allocate and hold a VTK object.
A 2D cell that represents an arbitrary order HigherOrder triangle.
A 3D cell that represents an arbitrary order HigherOrder tetrahedron.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
int GetCellType() override
Return the type of cell.