Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness Class Reference

Level of strictness when considering if a point should be filled. A higher level of strictness requires a missing point to be surrounded by valid points on more sides in order to be filled. Increasing this will fill fewer points, but it will be less likely to fill gaps that are not circular, for example between two edges. More...

#include <Zivid/Settings.h>

Public Types

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

Public Member Functions

 Strictness ()=default
 Default constructor More...
 
constexpr Strictness (int32_t value)
 Constructor More...
 
int32_t value () const
 Get the value More...
 
bool hasValue () const
 Check if the value is set More...
 
void reset ()
 Reset the node to unset state More...
 
std::string toString () const
 Get the value as string More...
 
bool operator== (const Strictness &other) const
 Comparison operator More...
 
bool operator!= (const Strictness &other) const
 Comparison operator More...
 
bool operator< (const Strictness &other) const
 Comparison operator More...
 
bool operator> (const Strictness &other) const
 Comparison operator More...
 
bool operator<= (const Strictness &other) const
 Comparison operator More...
 
bool operator>= (const Strictness &other) const
 Comparison operator More...
 

Static Public Member Functions

static constexpr Range< int32_t > validRange ()
 The range of valid values for Strictness More...
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node More...
 
static constexpr const char * path
 The full path for this value More...
 
static constexpr const char * name { "Strictness" }
 The name of this value More...
 
static constexpr const char * description
 The description for this value More...
 

Friends

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

Detailed Description

Level of strictness when considering if a point should be filled. A higher level of strictness requires a missing point to be surrounded by valid points on more sides in order to be filled. Increasing this will fill fewer points, but it will be less likely to fill gaps that are not circular, for example between two edges.

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ Strictness() [1/2]

Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::Strictness ( )
default

Default constructor

◆ Strictness() [2/2]

constexpr Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::Strictness ( int32_t  value)
inlineexplicitconstexpr

Constructor

Member Function Documentation

◆ hasValue()

bool Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::hasValue ( ) const

Check if the value is set

◆ operator!=()

bool Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::operator!= ( const Strictness other) const
inline

Comparison operator

◆ operator<()

bool Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::operator< ( const Strictness other) const
inline

Comparison operator

◆ operator<=()

bool Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::operator<= ( const Strictness other) const
inline

Comparison operator

◆ operator==()

bool Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::operator== ( const Strictness other) const
inline

Comparison operator

◆ operator>()

bool Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::operator> ( const Strictness other) const
inline

Comparison operator

◆ operator>=()

bool Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::operator>= ( const Strictness other) const
inline

Comparison operator

◆ reset()

void Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::reset ( )

Reset the node to unset state

◆ toString()

std::string Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::toString ( ) const

Get the value as string

◆ validRange()

static constexpr Range< int32_t > Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::validRange ( )
inlinestaticconstexpr

The range of valid values for Strictness

◆ value()

int32_t Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::value ( ) const

Get the value

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

Friends And Related Function Documentation

◆ DataModel::Detail::Befriend< Strictness >

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

◆ operator<<

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

Operator to serialize the value to a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::description
staticconstexpr
Initial value:
{
R"description(Level of strictness when considering if a point should be filled. A higher level of
strictness requires a missing point to be surrounded by valid points on more sides in
order to be filled. Increasing this will fill fewer points, but it will be less likely to
fill gaps that are not circular, for example between two edges.
)description"
}

The description for this value

◆ name

constexpr const char* Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::name { "Strictness" }
staticconstexpr

The name of this value

◆ nodeType

constexpr DataModel::NodeType Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node

◆ path

constexpr const char* Zivid::Settings::Processing::Filters::Experimental::HoleFilling::Strictness::path
staticconstexpr
Initial value:
{
"Processing/Filters/Experimental/HoleFilling/Strictness"
}

The full path for this value


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