SyB3R - Synthetic Benchmark for 3D Reconstruction
Public Member Functions | Protected Attributes | List of all members
syb3r::synthesis::ImageProperties Class Reference

Stores basic information in key/value pairs. More...

#include <libs/Synthesis/source/syb3r/synthesis/ImagePostprocessor.h>

Public Member Functions

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
 

Protected Attributes

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
 

Detailed Description

Stores basic information in key/value pairs.


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