36 #ifndef vtkThresholdTable_h 37 #define vtkThresholdTable_h 39 #include "vtkInfovisCoreModule.h" 52 ACCEPT_GREATER_THAN = 1,
65 vtkSetClampMacro(Mode,
int, 0, 3);
66 vtkGetMacro(Mode,
int);
81 return this->MinValue;
97 return this->MaxValue;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
void ThresholdBetween(double lower, double upper)
Criterion is rows whose scalars are between lower and upper thresholds (inclusive of the end values)...
A atomic type representing the union of many types.
void SetMaxValue(double v)
The maximum value for the threshold as a double.
a simple class to control print indentation
virtual vtkVariant GetMaxValue()
The maximum value for the threshold.
virtual void Modified()
Update the modification time for this object.
virtual vtkVariant GetMinValue()
The minimum value for the threshold.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
virtual void SetMaxValue(vtkVariant v)
The maximum value for the threshold.
void SetMinValue(double v)
The minimum value for the threshold as a double.
virtual void SetMinValue(vtkVariant v)
The minimum value for the threshold.