Zivid C++ API 2.12.0+6afd4961-1
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma Class Reference

Higher values result in smoother point clouds (Standard deviation of the filter coefficients). More...

#include <Zivid/Settings.h>

Public Types

using ValueType = double
 The type of the underlying value.
 

Public Member Functions

 Sigma ()=default
 Default constructor.
 
constexpr Sigma (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 Sigma &other) const
 Comparison operator.
 
bool operator!= (const Sigma &other) const
 Comparison operator.
 
bool operator< (const Sigma &other) const
 Comparison operator.
 
bool operator> (const Sigma &other) const
 Comparison operator.
 
bool operator<= (const Sigma &other) const
 Comparison operator.
 
bool operator>= (const Sigma &other) const
 Comparison operator.
 

Static Public Member Functions

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

Static Public Attributes

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

Friends

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

Detailed Description

Higher values result in smoother point clouds (Standard deviation of the filter coefficients).

Member Typedef Documentation

◆ ValueType

The type of the underlying value.

Constructor & Destructor Documentation

◆ Sigma() [1/2]

Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::Sigma ( )
default

Default constructor.

◆ Sigma() [2/2]

constexpr Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::Sigma ( double value)
inlineexplicitconstexpr

Constructor.

Member Function Documentation

◆ hasValue()

bool Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::hasValue ( ) const

Check if the value is set.

◆ operator!=()

bool Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::operator!= ( const Sigma & other) const
inline

Comparison operator.

◆ operator<()

bool Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::operator< ( const Sigma & other) const
inline

Comparison operator.

◆ operator<=()

bool Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::operator<= ( const Sigma & other) const
inline

Comparison operator.

◆ operator==()

bool Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::operator== ( const Sigma & other) const
inline

Comparison operator.

◆ operator>()

bool Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::operator> ( const Sigma & other) const
inline

Comparison operator.

◆ operator>=()

bool Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::operator>= ( const Sigma & other) const
inline

Comparison operator.

◆ reset()

void Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::reset ( )

Reset the node to unset state.

◆ toString()

std::string Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::toString ( ) const

Get the value as string.

◆ validRange()

static constexpr Range< double > Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::validRange ( )
inlinestaticconstexpr

The range of valid values for Sigma.

◆ value()

double Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::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< Sigma >

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

◆ operator<<

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

Operator to serialize the value to a stream.

Member Data Documentation

◆ description

constexpr const char* Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::description
staticconstexpr
Initial value:
{
R"description(Higher values result in smoother point clouds (Standard deviation of the filter coefficients).)description"
}

The description for this value.

◆ name

constexpr const char* Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::name { "Sigma" }
staticconstexpr

The name of this value.

◆ nodeType

constexpr DataModel::NodeType Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node.

◆ path

constexpr const char* Zivid::Settings::Processing::Filters::Smoothing::Gaussian::Sigma::path { "Processing/Filters/Smoothing/Gaussian/Sigma" }
staticconstexpr

The full path for this value.


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