Go to the documentation of this file.
35 #ifndef vtkThresholdTable_h
36 #define vtkThresholdTable_h
52 ACCEPT_GREATER_THAN = 1,
78 return this->MinValue;
92 return this->MaxValue;
#define VTKINFOVISCORE_EXPORT
static vtkThresholdTable * New()
virtual void SetMinValue(vtkVariant v)
#define vtkTypeMacro(thisClass, superclass)
void SetMaxValue(double v)
void ThresholdBetween(double lower, double upper)
#define vtkSetClampMacro(name, type, min, max)
virtual vtkVariant GetMaxValue()
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
A atomic type representing the union of many types.
virtual vtkVariant GetMinValue()
#define vtkGetMacro(name, type)
void SetMinValue(double v)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void SetMaxValue(vtkVariant v)
void ThresholdBetween(vtkVariant lower, vtkVariant upper)
void PrintSelf(ostream &os, vtkIndent indent)