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;
static vtkThresholdTable * New()
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual void SetMaxValue(vtkVariant v)
The maximum value for the threshold.
void ThresholdBetween(vtkVariant lower, vtkVariant upper)
Criterion is rows whose scalars are between lower and upper thresholds (inclusive of the end values).
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.