Realistic 3D camera system
3D camera system components
|
Classes | |
class | duration_type |
class | time_type |
Static Public Member Functions | |
static time_type | now () |
static time_type | add (const time_type &t, const duration_type &d) |
static duration_type | subtract (const time_type &t1, const time_type &t2) |
static bool | less_than (const time_type &t1, const time_type &t2) |
static boost::posix_time::time_duration | to_posix_duration (const duration_type &d) |
Definition at line 21 of file tick_count_timer.cpp.
|
inlinestatic |
Definition at line 56 of file tick_count_timer.cpp.
|
inlinestatic |
Definition at line 75 of file tick_count_timer.cpp.
|
inlinestatic |
Definition at line 48 of file tick_count_timer.cpp.
|
inlinestatic |
Definition at line 64 of file tick_count_timer.cpp.
|
inlinestatic |
Definition at line 85 of file tick_count_timer.cpp.