33 #ifndef __vtkImageMapToWindowLevelColors_h
34 #define __vtkImageMapToWindowLevelColors_h
50 vtkSetMacro( Window,
double );
51 vtkGetMacro( Window,
double );
58 vtkSetMacro( Level,
double );
59 vtkGetMacro( Level,
double );
map the input image through a lookup table and window / level it
a simple class to control print indentation
topologically and geometrically regular array of data
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()