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::Settings::Filters::Outlier::Enabled Class Reference

Enable or disable the outlier filter More...

#include <Zivid/Settings.h>

Public Types

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

Public Member Functions

 Enabled ()=default
 Default constructor More...
 
constexpr Enabled (ValueType value) noexcept(std::is_nothrow_copy_constructible< ValueType >::value)
 Constructor More...
 
const ValueTypevalue () const
 Get the value More...
 
void setFromString (const std::string &value)
 Set the value from string More...
 
std::string toString () const
 Get the value as string More...
 
 operator bool () const
 Convert to bool where appropriate More...
 
bool operator== (const Enabled &other) const
 Comparison operator More...
 
bool operator!= (const Enabled &other) const
 Comparison operator More...
 

Static Public Attributes

static const Enabled yes
 On/enabled. More...
 
static const Enabled no
 Off/disabled. More...
 
static constexpr bool isContainer { false }
 Check if it contains child members More...
 
static constexpr const char * path { "Filters/Outlier/Enabled" }
 The full path for this value More...
 
static constexpr const char * name { "Enabled" }
 The name of this value More...
 
static constexpr const char * description
 The description for this value More...
 

Friends

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

Detailed Description

Enable or disable the outlier filter

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ Enabled() [1/2]

Zivid::Settings::Filters::Outlier::Enabled::Enabled ( )
default

Default constructor

◆ Enabled() [2/2]

constexpr Zivid::Settings::Filters::Outlier::Enabled::Enabled ( ValueType  value)
inlineexplicitconstexprnoexcept

Constructor

Member Function Documentation

◆ operator bool()

Zivid::Settings::Filters::Outlier::Enabled::operator bool ( ) const
inlineexplicit

Convert to bool where appropriate

◆ operator!=()

bool Zivid::Settings::Filters::Outlier::Enabled::operator!= ( const Enabled other) const
inline

Comparison operator

◆ operator==()

bool Zivid::Settings::Filters::Outlier::Enabled::operator== ( const Enabled other) const
inline

Comparison operator

◆ setFromString()

void Zivid::Settings::Filters::Outlier::Enabled::setFromString ( const std::string &  value)
inline

Set the value from string

◆ toString()

std::string Zivid::Settings::Filters::Outlier::Enabled::toString ( ) const
inline

Get the value as string

◆ value()

const ValueType& Zivid::Settings::Filters::Outlier::Enabled::value ( ) const
inline

Get the value

Friends And Related Function Documentation

◆ operator<<

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

Operator to serialize the value to a stream

◆ operator>>

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

Operator to set the value from a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::Settings::Filters::Outlier::Enabled::description
staticconstexpr
Initial value:
{
R"description(Enable or disable the outlier filter)description"
}

The description for this value

◆ isContainer

constexpr bool Zivid::Settings::Filters::Outlier::Enabled::isContainer { false }
staticconstexpr

Check if it contains child members

◆ name

constexpr const char* Zivid::Settings::Filters::Outlier::Enabled::name { "Enabled" }
staticconstexpr

The name of this value

◆ no

const Enabled Zivid::Settings::Filters::Outlier::Enabled::no
static

Off/disabled.

◆ path

constexpr const char* Zivid::Settings::Filters::Outlier::Enabled::path { "Filters/Outlier/Enabled" }
staticconstexpr

The full path for this value

◆ yes

const Enabled Zivid::Settings::Filters::Outlier::Enabled::yes
static

On/enabled.


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