TuttleOFX
1
|
#include <ComputeOptions.hpp>
Public Member Functions | |
TimeRange () | |
TimeRange (const int frame) | |
TimeRange (const int begin, const int end, const int step=1) | |
TimeRange (const OfxRangeD &range, const int step=1) | |
Data Fields | |
int | _begin |
int | _end |
int | _step |
Definition at line 32 of file ComputeOptions.hpp.
tuttle::host::TimeRange::TimeRange | ( | ) | [inline] |
Definition at line 34 of file ComputeOptions.hpp.
tuttle::host::TimeRange::TimeRange | ( | const int | frame | ) | [inline] |
Definition at line 39 of file ComputeOptions.hpp.
tuttle::host::TimeRange::TimeRange | ( | const int | begin, |
const int | end, | ||
const int | step = 1 |
||
) | [inline] |
Definition at line 44 of file ComputeOptions.hpp.
tuttle::host::TimeRange::TimeRange | ( | const OfxRangeD & | range, |
const int | step = 1 |
||
) |
Definition at line 11 of file ComputeOptions.cpp.
Definition at line 51 of file ComputeOptions.hpp.
Referenced by tuttle::host::graph::ProcessGraph::beginSequence(), and tuttle::host::graph::ProcessGraph::process().
Definition at line 52 of file ComputeOptions.hpp.
Referenced by tuttle::host::graph::ProcessGraph::beginSequence(), and tuttle::host::graph::ProcessGraph::process().
Definition at line 53 of file ComputeOptions.hpp.
Referenced by tuttle::host::graph::ProcessGraph::beginSequence(), and tuttle::host::graph::ProcessGraph::process().