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