Get a description of the current input. More...
#include <Media/MediaSimEvents.H>
Public Member Functions | |
SimEventInputDescription (SimModule *src, const FrameRange range, const std::string name) | |
Constructor. | |
virtual | ~SimEventInputDescription () |
Destructor. | |
FrameRange | getFrameRange () const |
Get the frame range for the input. | |
std::string | getName () const |
Get a description of the input (a filename, camera source, etc.). |
Get a description of the current input.
This message can be sent just after initialization so that downstream modules can be informed of the number of frames in the input, and the name of the input file.
Definition at line 128 of file MediaSimEvents.H.
SimEventInputDescription::SimEventInputDescription | ( | SimModule * | src, | |
const FrameRange | range, | |||
const std::string | name | |||
) |
Constructor.
Definition at line 100 of file MediaSimEvents.C.
SimEventInputDescription::~SimEventInputDescription | ( | ) | [virtual] |
Destructor.
Definition at line 106 of file MediaSimEvents.C.
FrameRange SimEventInputDescription::getFrameRange | ( | ) | const |
Get the frame range for the input.
Definition at line 109 of file MediaSimEvents.C.
std::string SimEventInputDescription::getName | ( | void | ) | const |
Get a description of the input (a filename, camera source, etc.).
Definition at line 114 of file MediaSimEvents.C.