Artec 3D Scanning SDK
2.0
Main Page
Basics
Namespaces
Classes
Files
Samples
Beyond Basics
File List
File Members
artec
sdk
project
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)
6
enum
EntryType
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
} } }
artec
Definition:
AlgorithmWorkset.h:14
artec::sdk::project::EntryType
EntryType
Type of the project entry (scan or model)
Definition:
EntryType.h:6
artec::sdk::project::EntryType_Unknown
Entry type is unknown.
Definition:
EntryType.h:11
artec::sdk::base::project
Point2< Type > project(const Point3< Type > &point, const GenericMatrix< 3, 4, Type > &m)
Definition:
Matrix.h:759
artec::sdk::project::EntryType_CompositeMesh
Entry is a 3D mesh model.
Definition:
EntryType.h:9
artec::sdk::project::EntryType_Scan
Entry is a scan.
Definition:
EntryType.h:8
Generated by
1.8.9.1