Zivid C++ API 2.12.0+6afd4961-1
Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::Settings::RegionOfInterest::Box::PointO Class Reference

The point at the intersection of two adjacent edges defining a parallelogram. More...

#include <Zivid/Settings.h>

Public Types

using ValueType = Zivid::PointXYZ
 The type of the underlying value.
 

Public Member Functions

 PointO ()=default
 Default constructor.
 
constexpr PointO (Zivid::PointXYZ value)
 Constructor.
 
Zivid::PointXYZ value () const
 Get the value.
 
bool hasValue () const
 Check if the value is set.
 
void reset ()
 Reset the node to unset state.
 
std::string toString () const
 Get the value as string.
 
constexpr PointO (float x, float y, float z)
 Constructor.
 
bool operator== (const PointO &other) const
 Comparison operator.
 
bool operator!= (const PointO &other) const
 Comparison operator.
 

Static Public Attributes

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

Friends

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

Detailed Description

The point at the intersection of two adjacent edges defining a parallelogram.

Member Typedef Documentation

◆ ValueType

The type of the underlying value.

Constructor & Destructor Documentation

◆ PointO() [1/3]

Zivid::Settings::RegionOfInterest::Box::PointO::PointO ( )
default

Default constructor.

◆ PointO() [2/3]

constexpr Zivid::Settings::RegionOfInterest::Box::PointO::PointO ( Zivid::PointXYZ value)
inlineexplicitconstexpr

Constructor.

◆ PointO() [3/3]

constexpr Zivid::Settings::RegionOfInterest::Box::PointO::PointO ( float x,
float y,
float z )
inlineexplicitconstexpr

Constructor.

Member Function Documentation

◆ hasValue()

bool Zivid::Settings::RegionOfInterest::Box::PointO::hasValue ( ) const

Check if the value is set.

◆ operator!=()

bool Zivid::Settings::RegionOfInterest::Box::PointO::operator!= ( const PointO & other) const
inline

Comparison operator.

◆ operator==()

bool Zivid::Settings::RegionOfInterest::Box::PointO::operator== ( const PointO & other) const
inline

Comparison operator.

◆ reset()

void Zivid::Settings::RegionOfInterest::Box::PointO::reset ( )

Reset the node to unset state.

◆ toString()

std::string Zivid::Settings::RegionOfInterest::Box::PointO::toString ( ) const

Get the value as string.

◆ value()

Zivid::PointXYZ Zivid::Settings::RegionOfInterest::Box::PointO::value ( ) const

Get the value.

If this object does not contain a value (see hasValue) then this method throws an exception.

Friends And Related Symbol Documentation

◆ DataModel::Detail::Befriend< PointO >

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

◆ operator<<

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

Operator to serialize the value to a stream.

Member Data Documentation

◆ description

constexpr const char* Zivid::Settings::RegionOfInterest::Box::PointO::description
staticconstexpr
Initial value:
{
R"description(The point at the intersection of two adjacent edges defining a parallelogram.)description"
}

The description for this value.

◆ name

constexpr const char* Zivid::Settings::RegionOfInterest::Box::PointO::name { "PointO" }
staticconstexpr

The name of this value.

◆ nodeType

constexpr DataModel::NodeType Zivid::Settings::RegionOfInterest::Box::PointO::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node.

◆ path

constexpr const char* Zivid::Settings::RegionOfInterest::Box::PointO::path { "RegionOfInterest/Box/PointO" }
staticconstexpr

The full path for this value.


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