16 #ifndef vtkLookupTableItem_h 
   17 #define vtkLookupTableItem_h 
   19 #include "vtkChartsCoreModule.h"  
map scalar values into colors via a lookup table 
 
virtual void ComputeTexture()=0
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
 
Abstract class for ScalarsToColors items. 
 
a simple class to control print indentation 
 
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...
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
 
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
vtkLookupTable * LookupTable