Stores basic information in key/value pairs.
More...
#include <libs/Synthesis/source/syb3r/synthesis/ImagePostprocessor.h>
|
void | set (std::string key, const Eigen::Vector3f &value) |
|
void | set (std::string key, float value) |
|
void | set (std::string key, int value) |
|
void | set (std::string key, bool value) |
|
const Eigen::Vector3f & | getVec3f (const std::string &key) const |
|
float | getFloat (const std::string &key) const |
|
int | getInt (const std::string &key) const |
|
bool | getBool (const std::string &key) const |
|
|
std::map< std::string, Eigen::Vector3f > | m_vec3fAttribs |
|
std::map< std::string, float > | m_floatAttribs |
|
std::map< std::string, int > | m_intAttribs |
|
std::map< std::string, bool > | m_boolAttribs |
|
Stores basic information in key/value pairs.
The documentation for this class was generated from the following file:
- /home/andy/Documents/diss/benchmarkCode/code/libs/Synthesis/source/syb3r/synthesis/ImagePostprocessor.h