AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
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 167 of file ntv2democommon.h.
|
inline |
Definition at line 170 of file ntv2democommon.h.
|
inline |
Definition at line 193 of file ntv2democommon.h.
|
inline |
Definition at line 212 of file ntv2democommon.h.
|
inline |
Definition at line 213 of file ntv2democommon.h.