Artec 3D Scanning SDK  2.0
EntryType.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace artec { namespace sdk { namespace project {
4 
5 /// Type of the project entry (scan or model)
7 {
8  EntryType_Scan = 0x0, ///< Entry is a scan
9  EntryType_CompositeMesh = 0x1, ///< Entry is a 3D mesh model
10 
11  EntryType_Unknown = 0xFFFFFFFF ///< Entry type is unknown
12 }; // enum EntryType
13 
14 } } }
EntryType
Type of the project entry (scan or model)
Definition: EntryType.h:6
Entry type is unknown.
Definition: EntryType.h:11
Point2< Type > project(const Point3< Type > &point, const GenericMatrix< 3, 4, Type > &m)
Definition: Matrix.h:759
Entry is a 3D mesh model.
Definition: EntryType.h:9