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