osg::FrameStamp Class Reference
Class which encapsulates the frame number, reference time and calendar time of specific frame, used to synchronize operations on the scene graph and other machines when using a graphics cluster.
More...
List of all members.
Detailed Description
Class which encapsulates the frame number, reference time and calendar time of specific frame, used to synchronize operations on the scene graph and other machines when using a graphics cluster.
Note the calendar time can be an artificial simulation time or capture the real time of day etc.
Constructor & Destructor Documentation
osg::FrameStamp::FrameStamp |
( |
|
) |
|
osg::FrameStamp::FrameStamp |
( |
const FrameStamp & |
fs |
) |
|
virtual osg::FrameStamp::~FrameStamp |
( |
|
) |
[virtual] |
Member Function Documentation
void osg::FrameStamp::getCalendarTime |
( |
tm & |
calendarTime |
) |
const |
int osg::FrameStamp::getFrameNumber |
( |
|
) |
const [inline] |
double osg::FrameStamp::getReferenceTime |
( |
|
) |
const [inline] |
double osg::FrameStamp::getSimulationTime |
( |
|
) |
const [inline] |
void osg::FrameStamp::setCalendarTime |
( |
const tm & |
calendarTime |
) |
|
void osg::FrameStamp::setFrameNumber |
( |
int |
fnum |
) |
[inline] |
void osg::FrameStamp::setReferenceTime |
( |
double |
refTime |
) |
[inline] |
void osg::FrameStamp::setSimulationTime |
( |
double |
refTime |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: