|
Gaia
|
Public Member Functions | |
| PredValueRange (Value *var, Real minv, Real maxv) | |
| PredValueRange (const PredValueRange &other) | |
| virtual Predicate * | copy () const |
| virtual bool | value () const |
| virtual QString | toString () const |
Public Member Functions inherited from gaia2::parser::Predicate | |
| bool | isTrue () const |
Public Attributes | |
| Value * | _var |
| Real | _min |
| Real | _max |
Friends | |
| class | gaia2::Filter |