Zivid C++ API  1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraIntrinsics::Distortion::K2 Class Reference

Second radial distortion term More...

#include <Zivid/CameraIntrinsics.h>

Public Types

using ValueType = double
 The type of the underlying value More...
 

Public Member Functions

 K2 ()=default
 Default constructor More...
 
constexpr K2 (ValueType value) noexcept(std::is_nothrow_copy_constructible< ValueType >::value)
 Constructor More...
 
const ValueTypevalue () const
 Get the value More...
 
Range< ValueTyperange () const
 The range of valid values More...
 
void setFromString (const std::string &value)
 Set the value from string More...
 
std::string toString () const
 Get the value as string More...
 
bool operator== (const K2 &other) const
 Comparison operator More...
 
bool operator!= (const K2 &other) const
 Comparison operator More...
 
bool operator< (const K2 &other) const
 Comparison operator More...
 
bool operator> (const K2 &other) const
 Comparison operator More...
 

Static Public Attributes

static constexpr bool isContainer { false }
 Check if it contains child members More...
 
static constexpr const char * path { "Distortion/K2" }
 The full path for this value More...
 
static constexpr const char * name { "K2" }
 The name of this value More...
 
static constexpr const char * description { R"description(Second radial distortion term)description" }
 The description for this value More...
 

Friends

std::ostream & operator<< (std::ostream &stream, const K2 &value)
 Operator to serialize the value to a stream More...
 
std::istream & operator>> (std::istream &stream, K2 &value)
 Operator to set the value from a stream More...
 

Detailed Description

Second radial distortion term

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ K2() [1/2]

Zivid::CameraIntrinsics::Distortion::K2::K2 ( )
default

Default constructor

◆ K2() [2/2]

constexpr Zivid::CameraIntrinsics::Distortion::K2::K2 ( ValueType  value)
inlineexplicitconstexprnoexcept

Constructor

Member Function Documentation

◆ operator!=()

bool Zivid::CameraIntrinsics::Distortion::K2::operator!= ( const K2 other) const
inline

Comparison operator

◆ operator<()

bool Zivid::CameraIntrinsics::Distortion::K2::operator< ( const K2 other) const
inline

Comparison operator

◆ operator==()

bool Zivid::CameraIntrinsics::Distortion::K2::operator== ( const K2 other) const
inline

Comparison operator

◆ operator>()

bool Zivid::CameraIntrinsics::Distortion::K2::operator> ( const K2 other) const
inline

Comparison operator

◆ range()

Range<ValueType> Zivid::CameraIntrinsics::Distortion::K2::range ( ) const
inline

The range of valid values

◆ setFromString()

void Zivid::CameraIntrinsics::Distortion::K2::setFromString ( const std::string &  value)
inline

Set the value from string

◆ toString()

std::string Zivid::CameraIntrinsics::Distortion::K2::toString ( ) const
inline

Get the value as string

◆ value()

const ValueType& Zivid::CameraIntrinsics::Distortion::K2::value ( ) const
inline

Get the value

Friends And Related Function Documentation

◆ operator<<

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

Operator to serialize the value to a stream

◆ operator>>

std::istream& operator>> ( std::istream &  stream,
K2 value 
)
friend

Operator to set the value from a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraIntrinsics::Distortion::K2::description { R"description(Second radial distortion term)description" }
staticconstexpr

The description for this value

◆ isContainer

constexpr bool Zivid::CameraIntrinsics::Distortion::K2::isContainer { false }
staticconstexpr

Check if it contains child members

◆ name

constexpr const char* Zivid::CameraIntrinsics::Distortion::K2::name { "K2" }
staticconstexpr

The name of this value

◆ path

constexpr const char* Zivid::CameraIntrinsics::Distortion::K2::path { "Distortion/K2" }
staticconstexpr

The full path for this value


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