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