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

Information on project entry (scan or model), e.g. its type and identifier. More...

#include <artec/sdk/project/EntryInfo.h>

Public Attributes

base::Uuid uuid
 Unique identifier. More...
 
EntryType type
 Entry type. More...
 
unsigned long long size
 Entry size in bytes. More...
 

Detailed Description

Information on project entry (scan or model), e.g. its type and identifier.

Examples:
project-sample.cpp.

Definition at line 11 of file EntryInfo.h.

Member Data Documentation

unsigned long long artec::sdk::project::EntryInfo::size

Entry size in bytes.

Definition at line 15 of file EntryInfo.h.

EntryType artec::sdk::project::EntryInfo::type

Entry type.

Examples:
project-sample.cpp.

Definition at line 14 of file EntryInfo.h.

base::Uuid artec::sdk::project::EntryInfo::uuid

Unique identifier.

Examples:
project-sample.cpp.

Definition at line 13 of file EntryInfo.h.


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