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