57 unsigned short getValue() const noexcept;
72 int getX() const noexcept;
79 int getY() const noexcept;
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
int getX() const noexcept
Returns the x-coordinate of the current measurement field value.
Definition MeasurementFieldIterator.h:110
std::vector< unsigned short > Container
Container type storing the frame values.
Definition MeasurementFieldIterator.h:30
int getIndex() const noexcept
Returns the index of the current measurement field value.
Definition MeasurementFieldIterator.h:105
OTC_SDK_API ConstMeasurementFieldIterator(const MeasurementField &field) noexcept
Constructor.
bool hasNext() const noexcept
Returns whether there is a next measurement field value.
Definition MeasurementFieldIterator.h:95
int getY() const noexcept
Returns the y-coordinate of the current measurement field value.
Definition MeasurementFieldIterator.h:115
unsigned short getValue() const noexcept
Returns the current measurement field value.
Definition MeasurementFieldIterator.h:100
OTC_SDK_API void next()
Moves to the next measurement field value.
Rectangular measurement field with individual radiation parameters.
Definition MeasurementField.h:32
Main SDK namespace.
Definition DeviceInfo.h:23