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

Scanner identification parameters. More...

#include <artec/sdk/capturing/ScannerInfo.h>

Public Attributes

int calibrationId
 32-bit integer scanner calibration ID More...
 
base::ScannerType type
 ScannerType enum value representing scanner type (model) More...
 
int mainCameraType
 32-bit integer ID of the main camera type More...
 
wchar_t name [MAX_NAME_LENGTH]
 Scanner name in wide-chars. More...
 
wchar_t serial [MAX_ID_LENGTH]
 Scanner serial number in wide-chars. More...
 
wchar_t license [MAX_NAME_LENGTH]
 Scanner license number in wide-chars. More...
 
wchar_t mainCameraSerial [MAX_ID_LENGTH]
 Main camera serial number in wide-chars. More...
 
bool isTextureCameraAvailable
 bool param representing support of texture capturing More...
 

Detailed Description

Scanner identification parameters.

This struct represents a set of scanner distinguishable properties

Definition at line 35 of file ScannerInfo.h.

Member Data Documentation

int artec::sdk::capturing::ScannerId::calibrationId

32-bit integer scanner calibration ID

Definition at line 37 of file ScannerInfo.h.

bool artec::sdk::capturing::ScannerId::isTextureCameraAvailable

bool param representing support of texture capturing

Definition at line 44 of file ScannerInfo.h.

wchar_t artec::sdk::capturing::ScannerId::license[MAX_NAME_LENGTH]

Scanner license number in wide-chars.

Definition at line 42 of file ScannerInfo.h.

wchar_t artec::sdk::capturing::ScannerId::mainCameraSerial[MAX_ID_LENGTH]

Main camera serial number in wide-chars.

Definition at line 43 of file ScannerInfo.h.

int artec::sdk::capturing::ScannerId::mainCameraType

32-bit integer ID of the main camera type

Definition at line 39 of file ScannerInfo.h.

wchar_t artec::sdk::capturing::ScannerId::name[MAX_NAME_LENGTH]

Scanner name in wide-chars.

Definition at line 40 of file ScannerInfo.h.

wchar_t artec::sdk::capturing::ScannerId::serial[MAX_ID_LENGTH]

Scanner serial number in wide-chars.

Definition at line 41 of file ScannerInfo.h.

base::ScannerType artec::sdk::capturing::ScannerId::type

ScannerType enum value representing scanner type (model)

Definition at line 38 of file ScannerInfo.h.


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