16#ifndef vtkColorTransferFunctionItem_h
17#define vtkColorTransferFunctionItem_h
19#include "vtkChartsCoreModule.h"
bool ConfigurePlotBar() override
Override the histogram plotbar configuration in order to set the color transfer function on it.
vtkColorTransferFunctionItem()
void ComputeTexture() override
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
vtkColorTransferFunction * ColorTransferFunction
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
~vtkColorTransferFunctionItem() override
static vtkColorTransferFunctionItem * New()
void SetColorTransferFunction(vtkColorTransferFunction *t)
Defines a transfer function for mapping a property to an RGB color value.
topologically and geometrically regular array of data
a simple class to control print indentation
Abstract class for ScalarsToColors items.