19 #ifndef vtkBezierCurve_h
20 #define vtkBezierCurve_h
23 #include "vtkCommonDataModelModule.h"
48 "EvaluateLocationProjectedNode is deprecated, use instead EvaluateLocation.")
49 void EvaluateLocationProjectedNode(
50 int& subId, const
vtkIdType point_id,
double x[3],
double* weights);
52 void InterpolateFunctions(const
double pcoords[3],
double* weights) override;
53 void InterpolateDerivs(const
double pcoords[3],
double* derivs) override;
70 #endif // vtkBezierCurve_h
#define VTK_DEPRECATED_IN_9_1_0(reason)
represent and manipulate point attribute data
abstract class to specify dataset behavior
represent and manipulate cell attribute data
dynamic, self-adjusting array of double
cell represents a 1D line
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
int GetCellType() override
Return the type of cell.
Allocate and hold a VTK object.
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.