Go to the documentation of this file.
35 #ifndef vtkWindowLevelLookupTable_h
36 #define vtkWindowLevelLookupTable_h
56 if (window < 1e-5) { window = 1e-5; }
57 this->Window = window;
59 this->Level + this->Window/2.0); };
69 this->Level + this->Window/2.0); };
104 double MaximumTableValue[4];
105 double MinimumTableValue[4];
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
void SetTableRange(double r[2])
~vtkWindowLevelLookupTable()
void SetLevel(double level)
a simple class to control print indentation
vtkWindowLevelLookupTable(int sze=256, int ext=256)
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
map scalar values into colors via a lookup table
#define vtkSetVector4Macro(name, type)
map scalar values into colors or colors to scalars; generate color table
void SetInverseVideo(int iv)
#define VTKRENDERINGCORE_EXPORT
void SetWindow(double window)
#define vtkGetVector4Macro(name, type)
static vtkWindowLevelLookupTable * New()