43 #ifndef SVK_LOOKUP_TABLE_H
44 #define SVK_LOOKUP_TABLE_H
47 #include <vtkObjectFactory.h>
48 #include <vtkObject.h>
49 #include <vtkLookupTable.h>
80 virtual void SetTableRange(
double min,
double max);
82 void SetAlphaThreshold(
double thresholdPercentage);
83 double GetAlphaThreshold();
86 double GetAlphaThresholdValue();
90 void SetLUTType(svkLookupTableType type);
91 svkLookupTableType GetLUTType();
103 svkLookupTableType type;
104 double alphaThresholdPercentage;
106 void ConfigureAlphaThreshold();
107 bool reverseThreshold;
109 static const int NUM_COLORS;
117 #endif //SVK_LOOKUP_TABLE_H
Definition: svkLookupTable.h:68
Definition: svkLookupTable.h:66
Definition: svkLookupTable.h:65
Definition: svkLookupTable.h:71
Definition: svkLookupTable.h:67
Definition: svkLookupTable.h:69
Definition: svkLookupTable.h:70
Definition: svkLookupTable.h:58