35 #ifndef __vtkThresholdTable_h
36 #define __vtkThresholdTable_h
38 #include "vtkInfovisCoreModule.h"
40 #include "vtkVariant.h"
47 void PrintSelf(ostream& os, vtkIndent indent);
52 ACCEPT_GREATER_THAN = 1,
64 vtkSetClampMacro(Mode,
int, 0, 3);
65 vtkGetMacro(Mode,
int);
78 return this->MinValue;
92 return this->MaxValue;
98 void ThresholdBetween(vtkVariant lower, vtkVariant upper);
104 this->SetMinValue(vtkVariant(v));
112 this->SetMaxValue(vtkVariant(v));
121 this->ThresholdBetween(vtkVariant(lower),vtkVariant(upper));
131 vtkInformationVector**,
132 vtkInformationVector*);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
void ThresholdBetween(double lower, double upper)
void SetMaxValue(double v)
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)