Base class for defining a time bounded region. More...
Inherited by DD::Image::Info2D.
Public Member Functions | |
int | firstFrame () const |
get the first frame in the range | |
int | first_frame () const |
get the first frame in the range More... | |
int | lastFrame () const |
get the last frame in the range | |
int | last_frame () const |
get the last frame in the range More... | |
void | setFirstFrame (int v) |
set the first frame in the range | |
void | setLastFrame (int v) |
set the last frame in the range | |
void | first_frame (int v) |
set the first frame in the range | |
void | last_frame (int v) |
set the last frame in the range | |
void | setFrameRange (FrameRange frameRange) |
Base class for defining a time bounded region.
|
inline |
get the first frame in the range
First frame in the range of the clip this Iop produces.
Referenced by DD::Image::Iop::Iop(), DD::Image::Iop::mergeFrameRange(), and DD::Image::Reader::Reader().
|
inline |
get the last frame in the range
Last frame in the range of the clip this Iop produces.
Referenced by DD::Image::Iop::Iop(), DD::Image::Iop::mergeFrameRange(), and DD::Image::Reader::Reader().
©2021 The Foundry Visionmongers, Ltd. All Rights Reserved. |