Request that the input module seek to a new frame. More...
#include <Media/MediaSimEvents.H>
Public Member Functions | |
SimEventRequestFrameNum (SimModule *src, int frameNum) | |
Constructor. | |
virtual | ~SimEventRequestFrameNum () |
Destructor. | |
int | getFrameNum () const |
Get the requested frame number. |
Request that the input module seek to a new frame.
Definition at line 150 of file MediaSimEvents.H.
SimEventRequestFrameNum::SimEventRequestFrameNum | ( | SimModule * | src, | |
int | frameNum | |||
) |
Constructor.
Definition at line 120 of file MediaSimEvents.C.
SimEventRequestFrameNum::~SimEventRequestFrameNum | ( | ) | [virtual] |
Destructor.
Definition at line 125 of file MediaSimEvents.C.
int SimEventRequestFrameNum::getFrameNum | ( | ) | const |
Get the requested frame number.
Definition at line 128 of file MediaSimEvents.C.