28 #ifndef vtkPiecewiseControlPointsItem_h
29 #define vtkPiecewiseControlPointsItem_h
31 #include "vtkChartsCoreModule.h"
85 void emitEvent(
unsigned long event,
void* params = 0) VTK_OVERRIDE;
89 vtkIdType GetNumberOfPoints()const VTK_OVERRIDE;
92 void EditPoint(
float tX,
float tY) VTK_OVERRIDE;
Defines a 1D piecewise function.
vtkTypeUInt32 vtkMTimeType
Abstract class for control points items.
a simple class to control print indentation
Control points for vtkPiecewiseFunction.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual vtkIdType RemovePoint(double *pos)=0
Remove a point of the function.
virtual vtkIdType AddPoint(double *newPos)=0
Add a point to the function.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.