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 internal uses vtkPlot::Color, white by default
static vtkPiecewiseFunctionItem * New()
vtkPiecewiseFunctionItem()
void SetPiecewiseFunction(vtkPiecewiseFunction *t)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ComputeBounds(double bounds[4]) override
void ComputeTexture() override
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
vtkPiecewiseFunction * PiecewiseFunction
~vtkPiecewiseFunctionItem() override
Defines a 1D piecewise function.
Abstract class for ScalarsToColors items.