Artec 3D Scanning SDK  2.0
ProjectLoaderSettings.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace artec { namespace sdk { namespace base {
4 
5 class IArrayUuid;
6 
7 } } }
8 
9 namespace artec { namespace sdk { namespace project {
10 
11 /// Settings for a load operation
13 {
14  base::IArrayUuid* entryList; ///< List of entries constituting a project
15 };
16 
17 } } }
base::IArrayUuid * entryList
List of entries constituting a project.
Interface for array of UUIDs that is used in IScan and ICompositeContainer.
Definition: IArray.h:218
Point2< Type > project(const Point3< Type > &point, const GenericMatrix< 3, 4, Type > &m)
Definition: Matrix.h:759