Go to the documentation of this file.
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.
virtual void SetMinValue(vtkVariant v)
The minimum value for the threshold.
virtual void Modified()
Update the modification time for this object.
void SetMaxValue(double v)
The maximum value for the threshold as a double.
void ThresholdBetween(double lower, double upper)
Criterion is rows whose scalars are between lower and upper thresholds (inclusive of the end values).
virtual vtkVariant GetMaxValue()
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
A atomic type representing the union of many types.
virtual vtkVariant GetMinValue()
void SetMinValue(double v)
The minimum value for the threshold as a double.
virtual void SetMaxValue(vtkVariant v)
The maximum value for the threshold.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkTableAlgorithm * New()