Artec 3D Scanning SDK  2.0
Public Attributes | List of all members
artec::sdk::project::ProjectSaverSettings Struct Reference

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

Detailed Description

Settings for a save operation.

Examples:
project-sample.cpp.

Definition at line 9 of file ProjectSaverSettings.h.

Member Data Documentation

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.

Examples:
project-sample.cpp.

Definition at line 11 of file ProjectSaverSettings.h.

base::Uuid artec::sdk::project::ProjectSaverSettings::projectId

Project unique identifier.

Examples:
project-sample.cpp.

Definition at line 12 of file ProjectSaverSettings.h.


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