 |
VTK
9.0.1
|
Go to the documentation of this file.
34 #ifndef vtkBezierWedge_h
35 #define vtkBezierWedge_h
38 #include "vtkCommonDataModelModule.h"
67 void EvaluateLocationProjectedNode(
68 int& subId,
const vtkIdType point_id,
double x[3],
double* weights);
97 #endif // vtkBezierWedge_h
represent and manipulate 3D points
virtual vtkHigherOrderTriangle * getBdyTri()=0
vtkCell * GetFace(int faceId) override=0
Return the face cell from the faceId of the cell.
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
vtkCell * GetEdge(int edgeId) override=0
Return the edge cell from the edgeId of the cell.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkNew< vtkBezierCurve > BdyEdge
vtkNew< vtkBezierInterpolation > Interp
int GetCellType() override
Return the type of cell.
a 3D cell that represents a linear wedge
abstract class to specify cell 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 simple class to control print indentation
list of point or cell ids
virtual vtkHigherOrderInterpolation * getInterp()=0
vtkNew< vtkBezierCurve > EdgeCell
vtkNew< vtkDoubleArray > RationalWeights
abstract class to specify dataset behavior
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
virtual vtkHigherOrderQuadrilateral * getBdyQuad()=0
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
vtkNew< vtkBezierTriangle > BdyTri
dynamic, self-adjusting array of double
virtual vtkHigherOrderCurve * getEdgeCell()=0
vtkNew< vtkBezierQuadrilateral > BdyQuad
A 2D cell that represents an arbitrary order Bezier triangle.
A 2D cell that represents an arbitrary order HigherOrder triangle.