37#ifndef vtkBezierWedge_h
38#define vtkBezierWedge_h
41#include "vtkCommonDataModelModule.h"
72 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
74 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
A 2D cell that represents an arbitrary order Bezier triangle.
void InterpolateFunctions(const double pcoords[3], double *weights) override
vtkNew< vtkBezierQuadrilateral > BdyQuad
vtkHigherOrderInterpolation * GetInterpolation() override
int GetCellType() override
Return the type of cell.
static vtkBezierWedge * New()
vtkNew< vtkBezierInterpolation > Interp
vtkNew< vtkDoubleArray > RationalWeights
vtkDoubleArray * GetRationalWeights()
vtkCell * GetFace(int faceId) override
Return the face cell from the faceId of the cell.
void EvaluateLocationProjectedNode(int &subId, const vtkIdType point_id, double x[3], double *weights)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHigherOrderCurve * GetEdgeCell() override
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
vtkNew< vtkBezierCurve > EdgeCell
vtkNew< vtkBezierTriangle > BdyTri
vtkNew< vtkBezierCurve > BdyEdge
vtkHigherOrderQuadrilateral * GetBoundaryQuad() override
vtkHigherOrderTriangle * GetBoundaryTri() override
void SetRationalWeightsFromPointData(vtkPointData *point_data, const vtkIdType numPts)
void InterpolateDerivs(const double pcoords[3], double *derivs) override
represent and manipulate cell attribute data
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
A 2D cell that represents an arbitrary order HigherOrder triangle.
list of point or cell ids
a simple class to control print indentation
Allocate and hold a VTK object.
represent and manipulate point attribute data
represent and manipulate 3D points
a 3D cell that represents a linear wedge
#define VTK_DEPRECATED_IN_9_1_0(reason)