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