Go to the documentation of this file.
16 #ifndef vtkColorTransferFunctionItem_h
17 #define vtkColorTransferFunctionItem_h
19 #include "vtkChartsCoreModule.h"
Abstract class for ScalarsToColors items.
~vtkColorTransferFunctionItem() override
Defines a transfer function for mapping a property to an RGB color value.
vtkColorTransferFunctionItem()
vtkColorTransferFunction * ColorTransferFunction
topologically and geometrically regular array of data
a simple class to control print indentation
void ComputeBounds(double bounds[4]) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ComputeTexture() override
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
static vtkColorTransferFunctionItem * New()
void SetColorTransferFunction(vtkColorTransferFunction *t)