33 #ifndef __vtkImageMapToWindowLevelColors_h
34 #define __vtkImageMapToWindowLevelColors_h
37 #include "vtkImagingColorModule.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkSetMacro( Window,
double );
52 vtkGetMacro( Window,
double );
59 vtkSetMacro( Level,
double );
60 vtkGetMacro( Level,
double );
67 virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
69 vtkInformationVector **inputVector,
70 vtkInformationVector *outputVector,
71 vtkImageData ***inData, vtkImageData **outData,
72 int extent[6],
int id);
74 vtkInformationVector **inputVector,
75 vtkInformationVector *outputVector);
map the input image through a lookup table and window / level it
map the input image through a lookup table
void PrintSelf(ostream &os, vtkIndent indent)
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkImageMapToColors * New()