46#ifndef VTKIMAGEMAPTOWINDOWLEVELCOLORS2_H
47#define VTKIMAGEMAPTOWINDOWLEVELCOLORS2_H
49#include "vtkImageMapToColors.h"
64 vtkSetMacro( Window,
double );
65 vtkGetMacro( Window,
double );
74 vtkSetMacro( Level,
double );
75 vtkGetMacro( Level,
double );
82 virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
84 vtkInformationVector **inputVector,
85 vtkInformationVector *outputVector,
86 vtkImageData ***inData, vtkImageData **outData,
87 int extent[6],
int id);
89 vtkInformationVector **inputVector,
90 vtkInformationVector *outputVector);
map the input image through a lookup table and window / level it
~vtkImageMapToWindowLevelColors2()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkImageMapToWindowLevelColors2 * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageMapToWindowLevelColors2()
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)