16 #ifndef vtkLookupTableItem_h
17 #define vtkLookupTableItem_h
19 #include "vtkChartsCoreModule.h"
a simple class to control print indentation
void SetLookupTable(vtkLookupTable *t)
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 vtkLookupTableItem * New()
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual ~vtkLookupTableItem()
vtkLookupTable * LookupTable
map scalar values into colors via a lookup table
Abstract class for ScalarsToColors items.