Base class for defining a time bounded region. More...
#include <GeneralInfo.h>
Public Member Functions | |
| void | copyGeneralInfo (const GeneralInfo &from) |
| int | firstFrame () const |
| First frame in the range. | |
| int | lastFrame () const |
| Last frame in the range. | |
| void | setFirstFrame (int first) |
| Set the first frame in the range. | |
| void | setLastFrame (int last) |
| Set the last frame in the range. | |
| void | setFrameRange (int first, int last) |
| Set both first and last frame. | |
| void | setFrameRange (const FrameRange &frameRange) |
| Set first and last from a FrameRange array. | |
| int | first_frame () const |
| first_frame() has been deprecated, use firstFrame() instead. | |
| int | last_frame () const |
| last_frame() has been deprecated, use lastFrame() instead. | |
| void | first_frame (int v) |
| first_frame(int) has been deprecated, use setFirstFrame(int) instead. | |
| void | last_frame (int v) |
| last_frame(int) has been deprecated, use setLastFrame(int) instead. | |
Base class for defining a time bounded region.
| void GeneralInfo::copyGeneralInfo | ( | const GeneralInfo & | from | ) |
Copy GeneralInfo values from another. If all GeneralInfo params are desired use this method vs. copying individual parameters so future additions to this class are automatically handled.
| ©2026 The Foundry Visionmongers, Ltd. All Rights Reserved. |