33 #ifndef __vtkImageQuantizeRGBToIndex_h
34 #define __vtkImageQuantizeRGBToIndex_h
36 #include "vtkImagingColorModule.h"
37 #include "vtkImageAlgorithm.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkSetClampMacro( NumberOfColors,
int, 2, 65536 );
52 vtkGetMacro( NumberOfColors,
int );
58 vtkGetObjectMacro( LookupTable, vtkLookupTable );
61 vtkGetMacro( InitializeExecuteTime,
double );
62 vtkGetMacro( BuildTreeExecuteTime,
double );
63 vtkGetMacro( LookupIndexExecuteTime,
double );
68 vtkGetMacro( InputType,
int );
73 vtkSetMacro( InitializeExecuteTime,
double );
74 vtkSetMacro( BuildTreeExecuteTime,
double );
75 vtkSetMacro( LookupIndexExecuteTime,
double );
91 virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
92 virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
94 virtual int RequestData(vtkInformation *,
95 vtkInformationVector **,
96 vtkInformationVector *);
double BuildTreeExecuteTime
double LookupIndexExecuteTime
vtkLookupTable * LookupTable
double InitializeExecuteTime
generalized histograms up to 4 dimensions