Artec 3D Scanning SDK
2.0
|
Settings for a save operation. More...
#include <artec/sdk/project/ProjectSaverSettings.h>
Public Attributes | |
const wchar_t * | path |
Path to save to. More... | |
base::Uuid | projectId |
Project unique identifier. More... | |
int | compressionLevel |
Project compression level. More... | |
Settings for a save operation.
Definition at line 9 of file ProjectSaverSettings.h.
int artec::sdk::project::ProjectSaverSettings::compressionLevel |
Project compression level.
Definition at line 13 of file ProjectSaverSettings.h.
const wchar_t* artec::sdk::project::ProjectSaverSettings::path |
Path to save to.
Definition at line 11 of file ProjectSaverSettings.h.
base::Uuid artec::sdk::project::ProjectSaverSettings::projectId |
Project unique identifier.
Definition at line 12 of file ProjectSaverSettings.h.