#include <OgreHapticsTimer.h>
Public Member Functions | |
Timer () | |
Standard constructor. | |
virtual | ~Timer () |
Virtual destructor. | |
virtual double | getSeconds (void)=0 |
Returns the number of seconds since the start of timings. | |
virtual double | getMilliseconds (void)=0 |
Returns the number of milliseconds since the start of timings. | |
virtual double | getMicroseconds (void)=0 |
Returns the number of microseconds since the start of timings. |
Definition at line 50 of file OgreHapticsTimer.h.
OgreHaptics::Timer::Timer | ( | ) |
virtual OgreHaptics::Timer::~Timer | ( | ) | [virtual] |
virtual double OgreHaptics::Timer::getSeconds | ( | void | ) | [pure virtual] |
Returns the number of seconds since the start of timings.
virtual double OgreHaptics::Timer::getMilliseconds | ( | void | ) | [pure virtual] |
Returns the number of milliseconds since the start of timings.
virtual double OgreHaptics::Timer::getMicroseconds | ( | void | ) | [pure virtual] |
Returns the number of microseconds since the start of timings.
Last modified Tue Jan 6 22:31:27 2009