Class for storing meta data related to a volume image.
More...
#include <MetaDataContainer.h>
|
void | SetDouble (string key, double value) |
|
double | GetDouble (string key, double default_value=0) |
|
void | SetLong (string key, long value) |
|
long | GetLong (string key, long default_value=0) |
|
void | SetBool (string key, bool value) |
|
bool | GetBool (string key, bool default_value=false) |
|
void | SetString (string key, string value) |
|
string | GetString (string key, string default_value="") |
|
Class for storing meta data related to a volume image.
The documentation for this class was generated from the following file: