Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::Range< T > Struct Template Reference

Generic range structure. More...

#include <Range.h>

Collaboration diagram for optris::Range< T >:
Collaboration graph

Public Types

using ComponentType = T
 Type of the range components.
 

Static Public Member Functions

static void validate (const Range< T > &range)
 Validates the range.
 

Public Attributes

min
 Minimum value of the range.
 
max
 Maximum value of the range.
 

Detailed Description

template<typename T>
struct optris::Range< T >

Generic range structure.

Template Parameters
Ttype of the range components.

Member Function Documentation

◆ validate()

template<typename T>
void optris::Range< T >::validate ( const Range< T > & range)
inlinestatic

Validates the range.

Parameters
[in]rangerange to validate.
Exceptions
SDKExceptionif the range minimum is greater than the maximum.

The documentation for this struct was generated from the following file: