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