16 #ifndef vtkPiecewiseFunctionItem_h
17 #define vtkPiecewiseFunctionItem_h
19 #include "vtkChartsCoreModule.h"
topologically and geometrically regular array of data
a simple class to control print indentation
vtkPiecewiseFunctionItem internall uses vtkPlot::Color, white by default
virtual void ComputeBounds(double bounds[4])
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPiecewiseFunctionItem()
virtual ~vtkPiecewiseFunctionItem()
void SetPiecewiseFunction(vtkPiecewiseFunction *t)
virtual void ComputeTexture()
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
vtkPiecewiseFunction * PiecewiseFunction
static vtkPiecewiseFunctionItem * New()
Defines a 1D piecewise function.
Abstract class for ScalarsToColors items.