97 return _iterator != _end;
Contains defines controlling the Windows DLL export and import of symbols.
#define OTC_SDK_API
Only needed when working with Windows DLLs.
Definition Api.h:65
OTC_SDK_API void next()
Moves to the next frame value.
OTC_SDK_API unsigned short getValue() const noexcept
Returns the current frame value.
Definition FrameIterator.h:100
OTC_SDK_API ConstFrameIterator(const Frame &frame) noexcept
Constructor.
std::vector< unsigned short > Container
Container type storing the frame values.
Definition FrameIterator.h:30
OTC_SDK_API int getY() const noexcept
Returns the y-coordinate of the current frame value.
Definition FrameIterator.h:115
OTC_SDK_API int getIndex() const noexcept
Returns the index of the current frame value.
Definition FrameIterator.h:105
OTC_SDK_API int getX() const noexcept
Returns the x-coordinate of the current frame value.
Definition FrameIterator.h:110
OTC_SDK_API bool hasNext() const noexcept
Returns whether there is a next frame value.
Definition FrameIterator.h:95
Represents a data frame received from a device.
Definition Frame.h:33
Main SDK namespace.
Definition DeviceInfo.h:23