![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Encapsulates the configuration of a measurement field. More...
#include <MeasurementFieldConfig.h>

Static Public Member Functions | |
| static OTC_SDK_API void | validate (MeasurementFieldConfig &config) |
| Validates the measurement field configuration. | |
Public Attributes | |
| std::string | name |
| Measurement field name. | |
| FieldShapeConfig | shape |
| Defines the shape of the measurement field. | |
| float | emissivity = 1.F |
| Field-specific emissivity value in [0.01, 1.1]. | |
| bool | customEmissivity = false |
| Indicates whether a custom emissivity should be used. | |
Encapsulates the configuration of a measurement field.
|
static |
Validates the measurement field configuration.
| [in] | config | to validate. |
| SDKException | if the configuration is invalid. |
| float optris::MeasurementFieldConfig::emissivity = 1.F |
Field-specific emissivity value in [0.01, 1.1].
The field customEmissivity needs to be set to true for the specified value to be applied.