MVE - Multi-View Environment mve-devel
|
View meta information that stores key/value pairs and the camera. More...
#include <view.h>
Public Types | |
typedef std::map< std::string, std::string > | KeyValueMap |
Public Attributes | |
CameraInfo | camera |
KeyValueMap | data |
bool | is_dirty = false |
View meta information that stores key/value pairs and the camera.
The key is the INI section name, a dot ".", and the key name. The value is an arbitrary string (newlines are disallowed).
typedef std::map<std::string, std::string> mve::View::MetaData::KeyValueMap |
CameraInfo mve::View::MetaData::camera |
KeyValueMap mve::View::MetaData::data |