Zivid C++ API 2.11.1+de9b5dae-1
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraIntrinsics::Distortion::K2 Class Reference

Second radial distortion term. More...

#include <Zivid/CameraIntrinsics.h>

Public Types

using ValueType = double
 The type of the underlying value.
 

Public Member Functions

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

Static Public Member Functions

static constexpr Range< doublevalidRange ()
 The range of valid values for K2.
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node.
 
static constexpr const charpath { "Distortion/K2" }
 The full path for this value.
 
static constexpr const charname { "K2" }
 The name of this value.
 
static constexpr const chardescription { R"description(Second radial distortion term)description" }
 The description for this value.
 

Friends

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

Detailed Description

Second radial distortion term.

Member Typedef Documentation

◆ ValueType

The type of the underlying value.

Constructor & Destructor Documentation

◆ K2() [1/2]

Zivid::CameraIntrinsics::Distortion::K2::K2 ( )
default

Default constructor.

◆ K2() [2/2]

constexpr Zivid::CameraIntrinsics::Distortion::K2::K2 ( double  value)
inlineexplicitconstexpr

Constructor.

Member Function Documentation

◆ operator!=()

bool Zivid::CameraIntrinsics::Distortion::K2::operator!= ( const K2 other) const
inline

Comparison operator.

◆ operator<()

bool Zivid::CameraIntrinsics::Distortion::K2::operator< ( const K2 other) const
inline

Comparison operator.

◆ operator<=()

bool Zivid::CameraIntrinsics::Distortion::K2::operator<= ( const K2 other) const
inline

Comparison operator.

◆ operator==()

bool Zivid::CameraIntrinsics::Distortion::K2::operator== ( const K2 other) const
inline

Comparison operator.

◆ operator>()

bool Zivid::CameraIntrinsics::Distortion::K2::operator> ( const K2 other) const
inline

Comparison operator.

◆ operator>=()

bool Zivid::CameraIntrinsics::Distortion::K2::operator>= ( const K2 other) const
inline

Comparison operator.

◆ toString()

std::string Zivid::CameraIntrinsics::Distortion::K2::toString ( ) const

Get the value as string.

◆ validRange()

static constexpr Range< double > Zivid::CameraIntrinsics::Distortion::K2::validRange ( )
inlinestaticconstexpr

The range of valid values for K2.

◆ value()

double Zivid::CameraIntrinsics::Distortion::K2::value ( ) const

Get the value.

Friends And Related Symbol Documentation

◆ DataModel::Detail::Befriend< K2 >

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

◆ operator<<

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

Operator to serialize the value to a stream.

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraIntrinsics::Distortion::K2::description { R"description(Second radial distortion term)description" }
staticconstexpr

The description for this value.

◆ name

constexpr const char* Zivid::CameraIntrinsics::Distortion::K2::name { "K2" }
staticconstexpr

The name of this value.

◆ nodeType

constexpr DataModel::NodeType Zivid::CameraIntrinsics::Distortion::K2::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node.

◆ path

constexpr const char* Zivid::CameraIntrinsics::Distortion::K2::path { "Distortion/K2" }
staticconstexpr

The full path for this value.


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