16#ifndef vtkLookupTableItem_h
17#define vtkLookupTableItem_h
19#include "vtkChartsCoreModule.h"
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.