31 #ifndef vtkImageMapToWindowLevelColors_h
32 #define vtkImageMapToWindowLevelColors_h
35 #include "vtkImagingColorModule.h"
52 vtkGetMacro( Window,
double );
62 vtkGetMacro( Level,
double );
70 void ThreadedRequestData(vtkInformation *request,
71 vtkInformationVector **inputVector,
72 vtkInformationVector *outputVector,
74 int extent[6],
int id) VTK_OVERRIDE;
75 int RequestData(vtkInformation *request,
76 vtkInformationVector **inputVector,
77 vtkInformationVector *outputVector) VTK_OVERRIDE;
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageMapToColors * New()