| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/moment.h>
Public Member Functions | |
| Moment () | |
| Moment (const VRSTime &begin, const VRSTime &end, const VRSTime ¤t) | |
| bool | operator== (const Moment &) const |
| bool | operator!= (const Moment &) const |
| VRSTime | begin () const |
| VRSTime | current () const |
| VRSTime | end () const |
| VRSTime | duration () const |
| double | relative () const |
| void | setInterval (const VRSTime &begin, const VRSTime &end) |
| void | setCurrent (const VRSTime ¤t) |
| VRS_SERIALIZABLE_NO_SO_CLASS (Moment) | |
| VRS::Moment::Moment | ( | ) |
| bool VRS::Moment::operator== | ( | const Moment & | ) | const |
| bool VRS::Moment::operator!= | ( | const Moment & | ) | const |
| VRSTime VRS::Moment::begin | ( | ) | const [inline] |
| VRSTime VRS::Moment::current | ( | ) | const [inline] |
| VRSTime VRS::Moment::end | ( | ) | const [inline] |
| VRSTime VRS::Moment::duration | ( | ) | const [inline] |
| double VRS::Moment::relative | ( | ) | const [inline] |
| void VRS::Moment::setCurrent | ( | const VRSTime & | current | ) | [inline] |
| VRS::Moment::VRS_SERIALIZABLE_NO_SO_CLASS | ( | Moment | ) |