19 #ifndef vtkBezierCurve_h 20 #define vtkBezierCurve_h 23 #include "vtkCommonDataModelModule.h" 46 void EvaluateLocationProjectedNode(
47 int& subId,
const vtkIdType point_id,
double x[3],
double* weights);
67 #endif // vtkBezierCurve_h represent and manipulate point attribute data
abstract class to specify dataset behavior
represent and manipulate cell attribute data
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
dynamic, self-adjusting array of double
cell represents a 1D line
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
virtual vtkLine * GetApproximateLine(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr)=0
int GetCellType() override
Return the type of cell.
vtkNew< vtkDoubleArray > RationalWeights
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.