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::Cluster::Removal::MinArea Class Reference

Clusters with area below this threshold are removed by the filter. The area is given in mm^2. More...

#include <Zivid/Settings.h>

Public Types

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

Public Member Functions

 MinArea ()=default
 Default constructor More...
 
constexpr MinArea (double value)
 Constructor More...
 
double 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 MinArea &other) const
 Comparison operator More...
 
bool operator!= (const MinArea &other) const
 Comparison operator More...
 
bool operator< (const MinArea &other) const
 Comparison operator More...
 
bool operator> (const MinArea &other) const
 Comparison operator More...
 
bool operator<= (const MinArea &other) const
 Comparison operator More...
 
bool operator>= (const MinArea &other) const
 Comparison operator More...
 

Static Public Member Functions

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

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node More...
 
static constexpr const char * path { "Processing/Filters/Cluster/Removal/MinArea" }
 The full path for this value More...
 
static constexpr const char * name { "MinArea" }
 The name of this value More...
 
static constexpr const char * description
 The description for this value More...
 

Friends

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

Detailed Description

Clusters with area below this threshold are removed by the filter. The area is given in mm^2.

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ MinArea() [1/2]

Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::MinArea ( )
default

Default constructor

◆ MinArea() [2/2]

constexpr Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::MinArea ( double  value)
inlineexplicitconstexpr

Constructor

Member Function Documentation

◆ hasValue()

bool Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::hasValue ( ) const

Check if the value is set

◆ operator!=()

bool Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::operator!= ( const MinArea other) const
inline

Comparison operator

◆ operator<()

bool Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::operator< ( const MinArea other) const
inline

Comparison operator

◆ operator<=()

bool Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::operator<= ( const MinArea other) const
inline

Comparison operator

◆ operator==()

bool Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::operator== ( const MinArea other) const
inline

Comparison operator

◆ operator>()

bool Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::operator> ( const MinArea other) const
inline

Comparison operator

◆ operator>=()

bool Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::operator>= ( const MinArea other) const
inline

Comparison operator

◆ reset()

void Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::reset ( )

Reset the node to unset state

◆ toString()

std::string Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::toString ( ) const

Get the value as string

◆ validRange()

static constexpr Range< double > Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::validRange ( )
inlinestaticconstexpr

The range of valid values for MinArea

◆ value()

double Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::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< MinArea >

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

◆ operator<<

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

Operator to serialize the value to a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::description
staticconstexpr
Initial value:
{
R"description(Clusters with area below this threshold are removed by the filter.
The area is given in mm^2.
)description"
}

The description for this value

◆ name

constexpr const char* Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::name { "MinArea" }
staticconstexpr

The name of this value

◆ nodeType

constexpr DataModel::NodeType Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node

◆ path

constexpr const char* Zivid::Settings::Processing::Filters::Cluster::Removal::MinArea::path { "Processing/Filters/Cluster/Removal/MinArea" }
staticconstexpr

The full path for this value


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