33 #ifndef __vtkImageQuantizeRGBToIndex_h
34 #define __vtkImageQuantizeRGBToIndex_h
36 #include "vtkImagingColorModule.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 *);
95 vtkInformationVector **,
96 vtkInformationVector *);
double BuildTreeExecuteTime
double LookupIndexExecuteTime
vtkLookupTable * LookupTable
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
double InitializeExecuteTime
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generalized histograms up to 4 dimensions