 |
VTK
9.1.0
|
Go to the documentation of this file.
31 #ifndef vtkBezierTetra_h
32 #define vtkBezierTetra_h
34 #include "vtkCommonDataModelModule.h"
55 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
56 void EvaluateLocationProjectedNode(
57 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
59 void InterpolateFunctions(const
double pcoords[3],
double* weights) override;
60 void InterpolateDerivs(const
double pcoords[3],
double* derivs) override;
int GetCellType() override
Return the type of cell.
A 3D cell that represents an arbitrary order Bezier tetrahedron.
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkBezierTetra * New()
#define VTK_DEPRECATED_IN_9_1_0(reason)
abstract class to specify cell behavior
a simple class to control print indentation
Allocate and hold a VTK object.
abstract class to specify dataset behavior
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
dynamic, self-adjusting array of double
a 3D cell that represents a tetrahedron
A 2D cell that represents an arbitrary order Bezier triangle.
A 2D cell that represents an arbitrary order HigherOrder triangle.
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
A 3D cell that represents an arbitrary order HigherOrder tetrahedron.