![]() |
Zivid C++ API 2.12.0+6afd4961-1
|
Aperture setting for the camera. Specified as an f-number (the ratio of lens focal length to the effective aperture diameter). More...
#include <Zivid/Settings.h>
Public Types | |
| using | ValueType = double |
| The type of the underlying value. | |
Public Member Functions | |
| Aperture ()=default | |
| Default constructor. | |
| constexpr | Aperture (double value) |
| Constructor. | |
| double | 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. | |
| bool | operator== (const Aperture &other) const |
| Comparison operator. | |
| bool | operator!= (const Aperture &other) const |
| Comparison operator. | |
| bool | operator< (const Aperture &other) const |
| Comparison operator. | |
| bool | operator> (const Aperture &other) const |
| Comparison operator. | |
| bool | operator<= (const Aperture &other) const |
| Comparison operator. | |
| bool | operator>= (const Aperture &other) const |
| Comparison operator. | |
Static Public Member Functions | |
| static constexpr Range< double > | validRange () |
| The range of valid values for Aperture. | |
Static Public Attributes | |
| static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
| The type of this node. | |
| static constexpr const char * | path { "Acquisition/Aperture" } |
| The full path for this value. | |
| static constexpr const char * | name { "Aperture" } |
| The name of this value. | |
| static constexpr const char * | description |
| The description for this value. | |
Friends | |
| struct | DataModel::Detail::Befriend< Aperture > |
| std::ostream & | operator<< (std::ostream &stream, const Aperture &value) |
| Operator to serialize the value to a stream. | |
Aperture setting for the camera. Specified as an f-number (the ratio of lens focal length to the effective aperture diameter).
The type of the underlying value.
|
default |
Default constructor.
Constructor.
| bool Zivid::Settings::Acquisition::Aperture::hasValue | ( | ) | const |
Check if the value is set.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
| void Zivid::Settings::Acquisition::Aperture::reset | ( | ) |
Reset the node to unset state.
| std::string Zivid::Settings::Acquisition::Aperture::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for Aperture.
| double Zivid::Settings::Acquisition::Aperture::value | ( | ) | const |
Get the value.
If this object does not contain a value (see hasValue) then this method throws an exception.
Operator to serialize the value to a stream.
The description for this value.
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.