35 #ifndef vtkThresholdTable_h
36 #define vtkThresholdTable_h
52 ACCEPT_GREATER_THAN = 1,
64 vtkSetClampMacro(Mode,
int, 0, 3);
65 vtkGetMacro(Mode,
int);
78 return this->MinValue;
92 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()
#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)