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