34#ifndef vtkImageQuantizeRGBToIndex_h
35#define vtkImageQuantizeRGBToIndex_h
37#include "vtkImagingColorModule.h"
54 vtkSetClampMacro( NumberOfColors,
int, 2, 65536 );
55 vtkGetMacro( NumberOfColors,
int );
66 vtkGetMacro( InitializeExecuteTime,
double );
67 vtkGetMacro( BuildTreeExecuteTime,
double );
68 vtkGetMacro( LookupIndexExecuteTime,
double );
74 vtkGetMacro( InputType,
int );
Generic algorithm superclass for image algs.
generalized histograms up to 4 dimensions
double LookupIndexExecuteTime
vtkImageQuantizeRGBToIndex()
static vtkImageQuantizeRGBToIndex * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkImageQuantizeRGBToIndex()
double BuildTreeExecuteTime
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
double InitializeExecuteTime
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
vtkLookupTable * LookupTable
a simple class to control print indentation
map scalar values into colors via a lookup table
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.