35 #ifndef __vtkThresholdTable_h
36 #define __vtkThresholdTable_h
51 ACCEPT_GREATER_THAN = 1,
63 vtkSetClampMacro(Mode,
int, 0, 3);
64 vtkGetMacro(Mode,
int);
77 return this->MinValue;
91 return this->MaxValue;
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
void ThresholdBetween(double lower, double upper)
A atomic type representing the union of many types.
void SetMaxValue(double v)
a simple class to control print indentation
virtual vtkVariant GetMaxValue()
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)