33 #ifndef vtkImageQuantizeRGBToIndex_h
34 #define vtkImageQuantizeRGBToIndex_h
51 vtkSetClampMacro( NumberOfColors,
int, 2, 65536 );
52 vtkGetMacro( NumberOfColors,
int );
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 );
double BuildTreeExecuteTime
double LookupIndexExecuteTime
map scalar values into colors via a lookup table
vtkLookupTable * LookupTable
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
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()
#define VTKIMAGINGCOLOR_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generalized histograms up to 4 dimensions