Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
FieldProperties.h File Reference

Contains various enums representing properties of fields. More...

#include <string>
#include <ostream>
#include "otcsdk/Api.h"
Include dependency graph for FieldProperties.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  optris
 Main SDK namespace.
 

Enumerations

enum class  optris::FieldShape { optris::Rectangle }
 Represents the different available shapes of fields. More...
 
enum class  optris::FieldMode { optris::Minimum , optris::Maximum , optris::Mean }
 Represents the different field modes that define what data point is calculated. More...
 

Functions

OTC_SDK_API std::string optris::toString (FieldShape shape) noexcept
 Returns a string representation of the given field shape.
 
OTC_SDK_API std::string optris::toString (FieldMode fieldMode) noexcept
 Returns a string representation of the given field mode.
 
OTC_SDK_API std::ostream & optris::operator<< (std::ostream &out, FieldShape shape) noexcept
 Ouput stream operator for field shapes.
 
OTC_SDK_API std::ostream & optris::operator<< (std::ostream &out, FieldMode fieldMode) noexcept
 Ouput stream operator for field mode.
 

Detailed Description

Contains various enums representing properties of fields.

Author
Optris GmbH & Co. KG
Date
2025-07-23