![]() |
AJA NTV2 SDK
18.1.0.2149
NTV2 SDK 18.1.0.2149
|
A handy class that makes it easy to "bounce" an unsigned integer value between a minimum and maximum value using sequential calls to its Next method. More...
#include <ntv2democommon.h>
Public Member Functions | |
| Bouncer (const T inUpperLimit, const T inLowerLimit=T(0), const T inStartValue=T(0), const bool inStartAscend=(!(0))) | |
| T | Next (void) |
| void | SetIncrement (const T inValue) |
| T | Value (void) const |
A handy class that makes it easy to "bounce" an unsigned integer value between a minimum and maximum value using sequential calls to its Next method.
Definition at line 181 of file ntv2democommon.h.
|
inline |
Definition at line 184 of file ntv2democommon.h.
|
inline |
Definition at line 207 of file ntv2democommon.h.
|
inline |
Definition at line 226 of file ntv2democommon.h.
|
inline |
Definition at line 227 of file ntv2democommon.h.