Focal length in x.
More...
#include <Zivid/CameraIntrinsics.h>
|
using | ValueType = double |
| The type of the underlying value.
|
|
|
| FX ()=default |
| Default constructor.
|
|
constexpr | FX (double value) |
| Constructor.
|
|
double | value () const |
| Get the value.
|
|
std::string | toString () const |
| Get the value as string.
|
|
bool | operator== (const FX &other) const |
| Comparison operator.
|
|
bool | operator!= (const FX &other) const |
| Comparison operator.
|
|
bool | operator< (const FX &other) const |
| Comparison operator.
|
|
bool | operator> (const FX &other) const |
| Comparison operator.
|
|
bool | operator<= (const FX &other) const |
| Comparison operator.
|
|
bool | operator>= (const FX &other) const |
| Comparison operator.
|
|
◆ ValueType
The type of the underlying value.
◆ FX() [1/2]
Zivid::CameraIntrinsics::CameraMatrix::FX::FX |
( |
| ) |
|
|
default |
◆ FX() [2/2]
Zivid::CameraIntrinsics::CameraMatrix::FX::FX |
( |
double | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
bool Zivid::CameraIntrinsics::CameraMatrix::FX::operator!= |
( |
const FX & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::CameraIntrinsics::CameraMatrix::FX::operator< |
( |
const FX & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::CameraIntrinsics::CameraMatrix::FX::operator<= |
( |
const FX & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraIntrinsics::CameraMatrix::FX::operator== |
( |
const FX & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::CameraIntrinsics::CameraMatrix::FX::operator> |
( |
const FX & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::CameraIntrinsics::CameraMatrix::FX::operator>= |
( |
const FX & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::CameraIntrinsics::CameraMatrix::FX::toString |
( |
| ) |
const |
◆ validRange()
static constexpr Range< double > Zivid::CameraIntrinsics::CameraMatrix::FX::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
The range of valid values for FX.
◆ value()
double Zivid::CameraIntrinsics::CameraMatrix::FX::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< FX >
friend struct DataModel::Detail::Befriend< FX > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const FX & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::CameraIntrinsics::CameraMatrix::FX::description { R"description(Focal length in x)description" } |
|
staticconstexpr |
The description for this value.
◆ name
const char* Zivid::CameraIntrinsics::CameraMatrix::FX::name { "FX" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::CameraIntrinsics::CameraMatrix::FX::path { "CameraMatrix/FX" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: