![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Contains various enums representing properties of fields. More...


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. | |
Contains various enums representing properties of fields.