 |
VTK
9.0.1
|
Go to the documentation of this file.
19 #ifndef vtkBezierQuadrilateral_h
20 #define vtkBezierQuadrilateral_h
23 #include "vtkCommonDataModelModule.h"
50 int& subId,
const vtkIdType point_id,
double x[3],
double* weights);
75 #endif // vtkBezierQuadrilateral_h
represent and manipulate 3D points
represent and manipulate point attribute data
int GetCellType() override
Return the type of cell.
@ VTK_BEZIER_QUADRILATERAL
virtual vtkHigherOrderCurve * getEdgeCell() override
abstract superclass for arrays of numeric data
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkQuad * GetApproximateQuad(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr) override
void InterpolateFunctions(const double pcoords[3], double *weights) override
abstract class to specify cell behavior
represent and manipulate cell attribute data
~vtkBezierQuadrilateral() override
void SetRationalWeightsFromPointData(vtkPointData *point_data, const vtkIdType numPts)
a simple class to control print indentation
list of point or cell ids
void InterpolateDerivs(const double pcoords[3], double *derivs) override
abstract class to specify dataset behavior
static vtkBezierQuadrilateral * New()
vtkNew< vtkBezierCurve > EdgeCell
dynamic, self-adjusting array of double
void EvaluateLocationProjectedNode(int &subId, const vtkIdType point_id, double x[3], double *weights)
vtkNew< vtkDoubleArray > RationalWeights
vtkDoubleArray * GetRationalWeights()
a cell that represents a 2D quadrilateral