Zivid C++ API 2.12.0+6afd4961-1
|
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< double > | validRange () |
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 char * | path { "Distortion/K2" } |
The full path for this value. | |
static constexpr const char * | name { "K2" } |
The name of this value. | |
static constexpr const char * | description { 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. | |
Second radial distortion term.
The type of the underlying value.
|
default |
Default constructor.
Constructor.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
std::string Zivid::CameraIntrinsics::Distortion::K2::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for K2.
double Zivid::CameraIntrinsics::Distortion::K2::value | ( | ) | const |
Get the value.
Operator to serialize the value to a stream.
|
staticconstexpr |
The description for this value.
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.