Zivid C++ API 2.12.0+6afd4961-1
|
Removes points outside the region of interest. More...
#include <Zivid/Settings.h>
Classes | |
class | Box |
Removes points outside the given three-dimensional box. More... | |
class | Depth |
Removes points that reside outside of a depth range, meaning that their Z coordinate falls above a given maximum or below a given minimum. More... | |
Public Types | |
using | Descendants |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::group |
The type of this node. | |
static constexpr const char * | path { "RegionOfInterest" } |
The full path for this value. | |
static constexpr const char * | name { "RegionOfInterest" } |
The name of this value. | |
static constexpr const char * | description |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< RegionOfInterest > |
std::ostream & | operator<< (std::ostream &stream, const RegionOfInterest &value) |
Operator to send the value as string to a stream. | |
Removes points outside the region of interest.
Zivid::Settings::RegionOfInterest::RegionOfInterest | ( | ) |
Default constructor.
|
inlineexplicit |
Constructor taking variadic number of arguments.
One or more descendant types can be provided. All types not provided will be set to their default value. The result is the same as default constructing RegionOfInterest
then invoking set(args)
.
The provided arguments must be descendants of RegionOfInterest
. These types can be provided:
|
inline |
Returns a copy of this object with the given argument(s) set to the new value(s)
Creates a copy of this RegionOfInterest object, then invokes set(args)
on the copy, and finally returns the copy. This method does not modify the original object.
The provided arguments must be descendants of RegionOfInterest
. These types can be provided:
Run the given function on each direct member with the value of the member as parameter.
Run the given function on each direct member with the value of the member as parameter.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool Zivid::Settings::RegionOfInterest::operator!= | ( | const RegionOfInterest & | other | ) | const |
Inequality operator.
bool Zivid::Settings::RegionOfInterest::operator== | ( | const RegionOfInterest & | other | ) | const |
Equality operator.
|
inline |
Set multiple arguments.
The method invokes set(arg)
with each of the provided arguments.
The provided arguments must be descendants of RegionOfInterest
. These types can be provided:
|
inline |
Set Box.
|
inline |
Set Box::Enabled.
|
inline |
Set Box::Extents.
|
inline |
Set Box::PointA.
|
inline |
Set Box::PointB.
|
inline |
Set Box::PointO.
|
inline |
Set Depth.
|
inline |
Set Depth::Enabled.
|
inline |
Set Depth::Range.
std::string Zivid::Settings::RegionOfInterest::toString | ( | ) | const |
Get the value as string.
|
friend |
|
friend |
Operator to send the value as string to a stream.
The description for this value.
|
staticconstexpr |
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.