MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
mve::View::MetaData Struct Reference

View meta information that stores key/value pairs and the camera. More...

#include <view.h>

Collaboration diagram for mve::View::MetaData:
Collaboration graph
[legend]

Public Types

typedef std::map< std::string, std::string > KeyValueMap
 

Public Attributes

CameraInfo camera
 
KeyValueMap data
 
bool is_dirty = false
 

Detailed Description

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).

Definition at line 76 of file view.h.

Member Typedef Documentation

◆ KeyValueMap

typedef std::map<std::string, std::string> mve::View::MetaData::KeyValueMap

Definition at line 78 of file view.h.

Member Data Documentation

◆ camera

CameraInfo mve::View::MetaData::camera

Definition at line 80 of file view.h.

◆ data

KeyValueMap mve::View::MetaData::data

Definition at line 81 of file view.h.

◆ is_dirty

bool mve::View::MetaData::is_dirty = false

Definition at line 82 of file view.h.


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