4#ifndef vtkPiecewiseFunctionItem_h 
    5#define vtkPiecewiseFunctionItem_h 
    7#include "vtkChartsCoreModule.h"  
   10VTK_ABI_NAMESPACE_BEGIN
 
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.