Zivid C++ API 2.6.1+6cec8609-3
Defining the Future of 3D Machine Vision
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraState::Temperature::Lens Class Reference

Lens temperature More...

#include <Zivid/CameraState.h>

Public Types

using ValueType = double
 The type of the underlying value More...
 

Public Member Functions

 Lens ()=default
 Default constructor More...
 
constexpr Lens (double value)
 Constructor More...
 
double value () const
 Get the value More...
 
std::string toString () const
 Get the value as string More...
 
bool operator== (const Lens &other) const
 Comparison operator More...
 
bool operator!= (const Lens &other) const
 Comparison operator More...
 
bool operator< (const Lens &other) const
 Comparison operator More...
 
bool operator> (const Lens &other) const
 Comparison operator More...
 

Static Public Member Functions

static constexpr Range< double > validRange ()
 The range of valid values for Lens More...
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node More...
 
static constexpr const char * path { "Temperature/Lens" }
 The full path for this value More...
 
static constexpr const char * name { "Lens" }
 The name of this value More...
 
static constexpr const char * description { R"description(Lens temperature)description" }
 The description for this value More...
 

Friends

struct DataModel::Detail::Befriend< Lens >
 
std::ostream & operator<< (std::ostream &stream, const Lens &value)
 Operator to serialize the value to a stream More...
 

Detailed Description

Lens temperature

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ Lens() [1/2]

Zivid::CameraState::Temperature::Lens::Lens ( )
default

Default constructor

◆ Lens() [2/2]

constexpr Zivid::CameraState::Temperature::Lens::Lens ( double  value)
inlineexplicitconstexpr

Constructor

Member Function Documentation

◆ operator!=()

bool Zivid::CameraState::Temperature::Lens::operator!= ( const Lens other) const
inline

Comparison operator

◆ operator<()

bool Zivid::CameraState::Temperature::Lens::operator< ( const Lens other) const
inline

Comparison operator

◆ operator==()

bool Zivid::CameraState::Temperature::Lens::operator== ( const Lens other) const
inline

Comparison operator

◆ operator>()

bool Zivid::CameraState::Temperature::Lens::operator> ( const Lens other) const
inline

Comparison operator

◆ toString()

std::string Zivid::CameraState::Temperature::Lens::toString ( ) const

Get the value as string

◆ validRange()

static constexpr Range< double > Zivid::CameraState::Temperature::Lens::validRange ( )
inlinestaticconstexpr

The range of valid values for Lens

◆ value()

double Zivid::CameraState::Temperature::Lens::value ( ) const

Get the value

Friends And Related Function Documentation

◆ DataModel::Detail::Befriend< Lens >

friend struct DataModel::Detail::Befriend< Lens >
friend

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const Lens value 
)
friend

Operator to serialize the value to a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraState::Temperature::Lens::description { R"description(Lens temperature)description" }
staticconstexpr

The description for this value

◆ name

constexpr const char* Zivid::CameraState::Temperature::Lens::name { "Lens" }
staticconstexpr

The name of this value

◆ nodeType

constexpr DataModel::NodeType Zivid::CameraState::Temperature::Lens::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node

◆ path

constexpr const char* Zivid::CameraState::Temperature::Lens::path { "Temperature/Lens" }
staticconstexpr

The full path for this value


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