31 #ifndef vtkImageQuantizeRGBToIndex_h
32 #define vtkImageQuantizeRGBToIndex_h
34 #include "vtkImagingColorModule.h"
51 vtkSetClampMacro( NumberOfColors,
int, 2, 65536 );
52 vtkGetMacro( NumberOfColors,
int );
63 vtkGetMacro( InitializeExecuteTime,
double );
64 vtkGetMacro( BuildTreeExecuteTime,
double );
65 vtkGetMacro( LookupIndexExecuteTime,
double );
71 vtkGetMacro( InputType,
int );
91 double InitializeExecuteTime;
92 double BuildTreeExecuteTime;
93 double LookupIndexExecuteTime;
96 int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
98 int RequestData(vtkInformation *,
99 vtkInformationVector **,
100 vtkInformationVector *) VTK_OVERRIDE;
map scalar values into colors via a lookup table
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
generalized histograms up to 4 dimensions