![]() |
Zivid C++ API 2.11.1+de9b5dae-1
|
Second tangential distortion term. More...
#include <Zivid/CameraIntrinsics.h>
Public Types | |
| using | ValueType = double |
| The type of the underlying value. | |
Public Member Functions | |
| P2 ()=default | |
| Default constructor. | |
| constexpr | P2 (double value) |
| Constructor. | |
| double | value () const |
| Get the value. | |
| std::string | toString () const |
| Get the value as string. | |
| bool | operator== (const P2 &other) const |
| Comparison operator. | |
| bool | operator!= (const P2 &other) const |
| Comparison operator. | |
| bool | operator< (const P2 &other) const |
| Comparison operator. | |
| bool | operator> (const P2 &other) const |
| Comparison operator. | |
| bool | operator<= (const P2 &other) const |
| Comparison operator. | |
| bool | operator>= (const P2 &other) const |
| Comparison operator. | |
Static Public Member Functions | |
| static constexpr Range< double > | validRange () |
| The range of valid values for P2. | |
Static Public Attributes | |
| static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
| The type of this node. | |
| static constexpr const char * | path { "Distortion/P2" } |
| The full path for this value. | |
| static constexpr const char * | name { "P2" } |
| The name of this value. | |
| static constexpr const char * | description |
| The description for this value. | |
Friends | |
| struct | DataModel::Detail::Befriend< P2 > |
| std::ostream & | operator<< (std::ostream &stream, const P2 &value) |
| Operator to serialize the value to a stream. | |
Second tangential 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::P2::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for P2.
| double Zivid::CameraIntrinsics::Distortion::P2::value | ( | ) | const |
Get the value.
Operator to serialize the value to a stream.
The description for this value.
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.