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