|
| Settings2D () |
| Default constructor.
|
|
| Settings2D (const std::string &fileName) |
| Construct Settings2D by loading from file.
|
|
std::string | serialize () const |
| Serialize to a string.
|
|
template<typename... Args> |
| Settings2D (Args &&...args) |
| Constructor taking variadic number of arguments.
|
|
template<typename... Args> |
void | set (Args &&...args) |
| Set multiple arguments.
|
|
template<typename... Args> |
Settings2D | copyWith (Args &&...args) const |
| Returns a copy of this object with the given argument(s) set to the new value(s)
|
|
const Acquisitions & | acquisitions () const |
| Get Acquisitions.
|
|
Acquisitions & | acquisitions () |
| Get Acquisitions.
|
|
Settings2D & | set (const Acquisitions &value) |
| Set Acquisitions.
|
|
const Processing & | processing () const |
| Get Processing.
|
|
Processing & | processing () |
| Get Processing.
|
|
Settings2D & | set (const Processing &value) |
| Set Processing.
|
|
Settings2D & | set (const Processing::Color &value) |
| Set Processing::Color.
|
|
Settings2D & | set (const Processing::Color::Balance &value) |
| Set Processing::Color::Balance.
|
|
Settings2D & | set (const Processing::Color::Balance::Blue &value) |
| Set Processing::Color::Balance::Blue.
|
|
Settings2D & | set (const Processing::Color::Balance::Green &value) |
| Set Processing::Color::Balance::Green.
|
|
Settings2D & | set (const Processing::Color::Balance::Red &value) |
| Set Processing::Color::Balance::Red.
|
|
Settings2D & | set (const Processing::Color::Gamma &value) |
| Set Processing::Color::Gamma.
|
|
const Sampling & | sampling () const |
| Get Sampling.
|
|
Sampling & | sampling () |
| Get Sampling.
|
|
Settings2D & | set (const Sampling &value) |
| Set Sampling.
|
|
Settings2D & | set (const Sampling::Color &value) |
| Set Sampling::Color.
|
|
Settings2D & | set (const Sampling::Pixel &value) |
| Set Sampling::Pixel.
|
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Acquisitions >::value, int >::type = 0> |
const Settings2D::Acquisitions & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Processing >::value, int >::type = 0> |
const Settings2D::Processing & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Processing::Color >::value, int >::type = 0> |
const Settings2D::Processing::Color & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Processing::Color::Balance >::value, int >::type = 0> |
const Settings2D::Processing::Color::Balance & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Processing::Color::Balance::Blue >::value, int >::type = 0> |
const Settings2D::Processing::Color::Balance::Blue & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Processing::Color::Balance::Green >::value, int >::type = 0> |
const Settings2D::Processing::Color::Balance::Green & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Processing::Color::Balance::Red >::value, int >::type = 0> |
const Settings2D::Processing::Color::Balance::Red & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Processing::Color::Gamma >::value, int >::type = 0> |
const Settings2D::Processing::Color::Gamma & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Sampling >::value, int >::type = 0> |
const Settings2D::Sampling & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Sampling::Color >::value, int >::type = 0> |
const Settings2D::Sampling::Color & | get () const |
|
template<typename T , typename std::enable_if< std::is_same< T, Settings2D::Sampling::Pixel >::value, int >::type = 0> |
const Settings2D::Sampling::Pixel & | get () const |
|
template<size_t i, typename std::enable_if< i==0, int >::type = 0> |
const Settings2D::Acquisitions & | get () const |
|
template<size_t i, typename std::enable_if< i==1, int >::type = 0> |
const Settings2D::Processing & | get () const |
|
template<size_t i, typename std::enable_if< i==2, int >::type = 0> |
const Settings2D::Sampling & | get () const |
|
template<typename F > |
void | forEach (const F &f) const |
| Run the given function on each direct member with the value of the member as parameter.
|
|
template<typename F > |
void | forEach (const F &f) |
| Run the given function on each direct member with the value of the member as parameter.
|
|
bool | operator== (const Settings2D &other) const |
| Equality operator.
|
|
bool | operator!= (const Settings2D &other) const |
| Inequality operator.
|
|
std::string | toString () const |
| Get the value as string.
|
|
void | save (const std::string &fileName) const |
| Save to the given file.
|
|
void | load (const std::string &fileName) |
| Load from the given file.
|
|
Settings used when capturing 2D images with a Zivid camera.