16 #ifndef vtkColorTransferFunctionItem_h
17 #define vtkColorTransferFunctionItem_h
19 #include "vtkChartsCoreModule.h"
virtual bool UsingLogScale()
virtual ~vtkColorTransferFunctionItem()
vtkColorTransferFunctionItem()
vtkColorTransferFunction * ColorTransferFunction
static vtkColorTransferFunctionItem * New()
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void ComputeBounds(double bounds[4])
void SetColorTransferFunction(vtkColorTransferFunction *t)
virtual void ComputeTexture()
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
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.