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