33 #ifndef __vtkImageQuantizeRGBToIndex_h
34 #define __vtkImageQuantizeRGBToIndex_h
50 vtkSetClampMacro( NumberOfColors,
int, 2, 65536 );
51 vtkGetMacro( NumberOfColors,
int );
60 vtkGetMacro( InitializeExecuteTime,
double );
61 vtkGetMacro( BuildTreeExecuteTime,
double );
62 vtkGetMacro( LookupIndexExecuteTime,
double );
67 vtkGetMacro( InputType,
int );
72 vtkSetMacro( InitializeExecuteTime,
double );
73 vtkSetMacro( BuildTreeExecuteTime,
double );
74 vtkSetMacro( LookupIndexExecuteTime,
double );