 |
VTK
9.0.1
|
Go to the documentation of this file.
16 #ifndef vtkColorTransferFunctionItem_h
17 #define vtkColorTransferFunctionItem_h
19 #include "vtkChartsCoreModule.h"
Abstract class for ScalarsToColors items.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual bool ConfigurePlotBar()
Method to configure the plotbar histogram before painting it can be reimplemented by subclasses.
Defines a transfer function for mapping a property to an RGB color value.
vtkColorTransferFunction * ColorTransferFunction
virtual void ComputeBounds(double *bounds)
Bounds of the item, by default (0, 1, 0, 1) but it depends on the range of the ScalarsToColors functi...
topologically and geometrically regular array of data
a simple class to control print indentation
virtual void ComputeTexture()=0
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.