Artec 3D Scanning SDK
2.0
|
Provides an access to the scanner identification info. More...
#include <artec/sdk/capturing/IArrayScannerId.h>
Public Types | |
typedef ScannerId | elementType |
Public Member Functions | |
virtual int | getSize () const =0 |
Get number of array elements. More... | |
virtual ScannerId * | getPointer () const =0 |
Get a read-only data pointer to the C-style ScannerId array. More... | |
Public Member Functions inherited from artec::sdk::base::IRef | |
virtual int | addRef () const =0 |
Increase object reference counter. More... | |
virtual int | release () const =0 |
Decrease object reference counter. More... | |
Provides an access to the scanner identification info.
The interface represents an array of ScannerIds with methods to get a raw pointer to array elements and their numbers.
Definition at line 27 of file IArrayScannerId.h.
Definition at line 30 of file IArrayScannerId.h.
|
pure virtual |
Get a read-only data pointer to the C-style ScannerId array.
|
pure virtual |
Get number of array elements.