4#ifndef vtkLookupTableItem_h 
    5#define vtkLookupTableItem_h 
    7#include "vtkChartsCoreModule.h"  
   10VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void ComputeTexture() override
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is no...
 
void SetLookupTable(vtkLookupTable *t)
 
static vtkLookupTableItem * New()
 
void ComputeBounds(double bounds[4]) override
 
vtkLookupTable * LookupTable
 
~vtkLookupTableItem() override
 
map scalar values into colors via a lookup table
 
Abstract class for ScalarsToColors items.