116 bool save(QString filepath);
124 QString getVersion();
125 QDateTime getTimestamp();
127 void setCurrentTimestamp();
128 void setCurrentVersion();
138 void addContent(QString key,
const QVariant);
140 bool hasContent(QString key);
142 QVariant getContent(QString key);
#define CAMITK_API
Definition CamiTKAPI.h:66
CamiTKFile provides functions to read and write in the CAMITK file format.
Definition CamiTKFile.h:88
static const int maxFileSize
maximum authorized camitk file size in bytes (to prevent memory overflow)
Definition CamiTKFile.h:106
static const char * version
Version of the camitk file format This is the CamiTK version which introduced the latest changes in t...
Definition CamiTKFile.h:103