Artec 3D Scanning SDK  2.0
ProjectSaverSettings.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <artec/sdk/base/Uuid.h>
4 
5 namespace artec { namespace sdk { namespace project {
6 
7 
8 /// Settings for a save operation
10 {
11  const wchar_t* path; ///< Path to save to
12  base::Uuid projectId; ///< Project unique identifier
13  int compressionLevel; ///< Project compression level
14 };
15 
16 } } }
base::Uuid projectId
Project unique identifier.
const wchar_t * path
Path to save to.
int compressionLevel
Project compression level.
Point2< Type > project(const Point3< Type > &point, const GenericMatrix< 3, 4, Type > &m)
Definition: Matrix.h:759