namespace events class Comparison : public Condition Defines an event condition for comparing event functions
| | operation Comparison operations.
|
| | Comparison (const Function& f1, const Function& f2, operation op, double tolerance = 0.0) Constructor |
| | Comparison (const Comparison& cond, const Function& f, operation op, double tolerance = 0.0) Constructor |
| | Copy () const Copy the event condition |
| | Evaluate (const Argument& arg, bool& val) const Evaluate |
| | Comparison () Default constructor |
| | ValueR (const Argument& arg, Value& val) const Right hand side of left hand side |
Defines an event condition for comparing event functions
Comparison(const Comparison& cond, const Function& f, operation op, double tolerance = 0.0)
virtual Comparison* Copy() const
virtual bool Evaluate(const Argument& arg, bool& val) const
val - Condition value (return)
Comparison()
virtual bool ValueR(const Argument& arg, Value& val) const
x - Right hand side value
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++