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;
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.
Superclass for algorithms that produce only vtkTables as output.
virtual vtkVariant GetMinValue()
virtual void SetMinValue(vtkVariant v)
The minimum value for the threshold.
static vtkThresholdTable * New()
void SetMaxValue(double v)
The maximum value for the threshold as a double.
void SetMinValue(double v)
The minimum value for the threshold as a double.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual vtkVariant GetMaxValue()
virtual void SetMaxValue(vtkVariant v)
The maximum value for the threshold.
void ThresholdBetween(double lower, double upper)
Criterion is rows whose scalars are between lower and upper thresholds (inclusive of the end values).
void ThresholdBetween(vtkVariant lower, vtkVariant upper)
Criterion is rows whose scalars are between lower and upper thresholds (inclusive of the end values).
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
A atomic type representing the union of many types.