43 #ifndef vtkImageQuantizeRGBToIndex_h
44 #define vtkImageQuantizeRGBToIndex_h
46 #include "vtkImagingColorModule.h"
63 vtkSetClampMacro( NumberOfColors,
int, 2, 65536 );
64 vtkGetMacro( NumberOfColors,
int );
67 vtkSetVector3Macro(SamplingRate,
int);
68 vtkGetVector3Macro(SamplingRate,
int);
70 vtkSetMacro(SortIndexByLuminance,
bool);
71 vtkGetMacro(SortIndexByLuminance,
bool);
72 vtkBooleanMacro(SortIndexByLuminance,
bool);
82 vtkGetMacro( InitializeExecuteTime,
double );
83 vtkGetMacro( BuildTreeExecuteTime,
double );
84 vtkGetMacro( LookupIndexExecuteTime,
double );
90 vtkGetMacro( InputType,
int );
97 vtkSetMacro( InitializeExecuteTime,
double );
98 vtkSetMacro( BuildTreeExecuteTime,
double );
99 vtkSetMacro( LookupIndexExecuteTime,
double );