Go to the documentation of this file.
46 #ifndef vtkImageQuantizeRGBToIndex_h
47 #define vtkImageQuantizeRGBToIndex_h
49 #include "vtkImagingColorModule.h"
66 vtkSetClampMacro( NumberOfColors,
int, 2, 65536 );
67 vtkGetMacro( NumberOfColors,
int );
70 vtkSetVector3Macro(SamplingRate,
int);
71 vtkGetVector3Macro(SamplingRate,
int);
73 vtkSetMacro(SortIndexByLuminance,
bool);
74 vtkGetMacro(SortIndexByLuminance,
bool);
75 vtkBooleanMacro(SortIndexByLuminance,
bool);
85 vtkGetMacro( InitializeExecuteTime,
double );
86 vtkGetMacro( BuildTreeExecuteTime,
double );
87 vtkGetMacro( LookupIndexExecuteTime,
double );
93 vtkGetMacro( InputType,
int );
100 vtkSetMacro( InitializeExecuteTime,
double );
101 vtkSetMacro( BuildTreeExecuteTime,
double );
102 vtkSetMacro( LookupIndexExecuteTime,
double );
double InitializeExecuteTime
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
double BuildTreeExecuteTime
Generic algorithm superclass for image algs.
double LookupIndexExecuteTime
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
generalized histograms up to 4 dimensions
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
map scalar values into colors via a lookup table
vtkLookupTable * LookupTable
bool SortIndexByLuminance
vtkImageQuantizeRGBToIndex()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageQuantizeRGBToIndex() override
static vtkImageQuantizeRGBToIndex * New()