 |
VTK
9.0.1
|
Go to the documentation of this file.
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 3D points
represent and manipulate point attribute data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract superclass for arrays of numeric data
cell represents a 1D line
int GetCellType() override
Return the type of cell.
represent and manipulate cell attribute data
a simple class to control print indentation
list of point or cell ids
void InterpolateDerivs(const double pcoords[3], double *derivs) override=0
void InterpolateFunctions(const double pcoords[3], double *weights) override=0
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of double
vtkNew< vtkDoubleArray > RationalWeights
virtual vtkLine * GetApproximateLine(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr)=0