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