52#ifndef vtkImageQuantizeRGBToIndex_h
53#define vtkImageQuantizeRGBToIndex_h
56#include "vtkImagingColorModule.h"
72 vtkSetClampMacro(NumberOfColors,
int, 2, 65536);
73 vtkGetMacro(NumberOfColors,
int);
76 vtkSetVector3Macro(SamplingRate,
int);
77 vtkGetVector3Macro(SamplingRate,
int);
79 vtkSetMacro(SortIndexByLuminance,
bool);
80 vtkGetMacro(SortIndexByLuminance,
bool);
81 vtkBooleanMacro(SortIndexByLuminance,
bool);
91 vtkGetMacro(InitializeExecuteTime,
double);
92 vtkGetMacro(BuildTreeExecuteTime,
double);
93 vtkGetMacro(LookupIndexExecuteTime,
double);
99 vtkGetMacro(InputType,
int);
106 vtkSetMacro(InitializeExecuteTime,
double);
107 vtkSetMacro(BuildTreeExecuteTime,
double);
108 vtkSetMacro(LookupIndexExecuteTime,
double);
Generic algorithm superclass for image algs.
generalized histograms up to 4 dimensions
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
double LookupIndexExecuteTime
vtkImageQuantizeRGBToIndex()
bool SortIndexByLuminance
static vtkImageQuantizeRGBToIndex * New()
double BuildTreeExecuteTime
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
double InitializeExecuteTime
vtkLookupTable * LookupTable
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
~vtkImageQuantizeRGBToIndex() override
a simple class to control print indentation
map scalar values into colors via a lookup table