codac  1.5.7
codac_DelayTFunction.h
1 
11 #ifndef __CODAC_DELAYTFUNCTION_H__
12 #define __CODAC_DELAYTFUNCTION_H__
13 
14 #include "codac_TFnc.h"
15 
16 namespace codac
17 {
18  class DelayTFunction : public TFnc
19  {
20  public:
21 
22  DelayTFunction(double delay);
23  ~DelayTFunction();
24 
25  using TFnc::eval; // todo: check this
26  const Interval eval(const Interval& t, const TubeVector& x) const;
27  const IntervalVector eval_vector(const Interval& t, const TubeVector& x) const;
28 
29 
30  protected:
31 
32  double m_delay;
33  };
34 }
35 
36 #endif
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition: codac_capd_helpers.h:9