Zivid C++ API 2.11.1+de9b5dae-1
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraIntrinsics::CameraMatrix::CX Class Reference

x coordinate of the principal point More...

#include <Zivid/CameraIntrinsics.h>

Public Types

using ValueType = double
 The type of the underlying value.
 

Public Member Functions

 CX ()=default
 Default constructor.
 
constexpr CX (double value)
 Constructor.
 
double value () const
 Get the value.
 
std::string toString () const
 Get the value as string.
 
bool operator== (const CX &other) const
 Comparison operator.
 
bool operator!= (const CX &other) const
 Comparison operator.
 
bool operator< (const CX &other) const
 Comparison operator.
 
bool operator> (const CX &other) const
 Comparison operator.
 
bool operator<= (const CX &other) const
 Comparison operator.
 
bool operator>= (const CX &other) const
 Comparison operator.
 

Static Public Member Functions

static constexpr Range< doublevalidRange ()
 The range of valid values for CX.
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node.
 
static constexpr const charpath { "CameraMatrix/CX" }
 The full path for this value.
 
static constexpr const charname { "CX" }
 The name of this value.
 
static constexpr const chardescription
 The description for this value.
 

Friends

struct DataModel::Detail::Befriend< CX >
 
std::ostream & operator<< (std::ostream &stream, const CX &value)
 Operator to serialize the value to a stream.
 

Detailed Description

x coordinate of the principal point

Member Typedef Documentation

◆ ValueType

The type of the underlying value.

Constructor & Destructor Documentation

◆ CX() [1/2]

Zivid::CameraIntrinsics::CameraMatrix::CX::CX ( )
default

Default constructor.

◆ CX() [2/2]

constexpr Zivid::CameraIntrinsics::CameraMatrix::CX::CX ( double  value)
inlineexplicitconstexpr

Constructor.

Member Function Documentation

◆ operator!=()

bool Zivid::CameraIntrinsics::CameraMatrix::CX::operator!= ( const CX other) const
inline

Comparison operator.

◆ operator<()

bool Zivid::CameraIntrinsics::CameraMatrix::CX::operator< ( const CX other) const
inline

Comparison operator.

◆ operator<=()

bool Zivid::CameraIntrinsics::CameraMatrix::CX::operator<= ( const CX other) const
inline

Comparison operator.

◆ operator==()

bool Zivid::CameraIntrinsics::CameraMatrix::CX::operator== ( const CX other) const
inline

Comparison operator.

◆ operator>()

bool Zivid::CameraIntrinsics::CameraMatrix::CX::operator> ( const CX other) const
inline

Comparison operator.

◆ operator>=()

bool Zivid::CameraIntrinsics::CameraMatrix::CX::operator>= ( const CX other) const
inline

Comparison operator.

◆ toString()

std::string Zivid::CameraIntrinsics::CameraMatrix::CX::toString ( ) const

Get the value as string.

◆ validRange()

static constexpr Range< double > Zivid::CameraIntrinsics::CameraMatrix::CX::validRange ( )
inlinestaticconstexpr

The range of valid values for CX.

◆ value()

double Zivid::CameraIntrinsics::CameraMatrix::CX::value ( ) const

Get the value.

Friends And Related Symbol Documentation

◆ DataModel::Detail::Befriend< CX >

friend struct DataModel::Detail::Befriend< CX >
friend

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const CX value 
)
friend

Operator to serialize the value to a stream.

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraIntrinsics::CameraMatrix::CX::description
staticconstexpr
Initial value:
{
R"description(x coordinate of the principal point)description"
}

The description for this value.

◆ name

constexpr const char* Zivid::CameraIntrinsics::CameraMatrix::CX::name { "CX" }
staticconstexpr

The name of this value.

◆ nodeType

constexpr DataModel::NodeType Zivid::CameraIntrinsics::CameraMatrix::CX::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node.

◆ path

constexpr const char* Zivid::CameraIntrinsics::CameraMatrix::CX::path { "CameraMatrix/CX" }
staticconstexpr

The full path for this value.


The documentation for this class was generated from the following file: