CAPD::DynSys Library
6.0.0
|
TimeRange is a base class for all types of sets. It stores the current time in ODE case or number of iterations in the case of discrete dynamical system case. More...
#include <capd/diffAlgebra/TimeRange.h>
Public Types | |
typedef IntervalT | ScalarType |
Public Member Functions | |
TimeRange (const ScalarType &t) | |
const ScalarType | getCurrentTime () const |
ScalarType & | refCurrentTime () |
void | setCurrentTime (const ScalarType &t) |
Protected Attributes | |
ScalarType | m_currentTime |
TimeRange is a base class for all types of sets. It stores the current time in ODE case or number of iterations in the case of discrete dynamical system case.
typedef IntervalT capd::diffAlgebra::TimeRange< IntervalT >::ScalarType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
protected |