Go to the documentation of this file.
16 #ifndef vtkCompositeTransferFunctionItem_h
17 #define vtkCompositeTransferFunctionItem_h
19 #include "vtkChartsCoreModule.h"
void SetOpacityFunction(vtkPiecewiseFunction *opacity)
virtual void ComputeBounds(double bounds[4])
a simple class to control print indentation
virtual bool UsingLogScale()
vtkCompositeTransferFunctionItem()
Defines a 1D piecewise function.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPiecewiseFunction * OpacityFunction
virtual ~vtkCompositeTransferFunctionItem()
virtual void ComputeTexture()
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
static vtkCompositeTransferFunctionItem * New()