Artec 3D Scanning SDK  2.0
Public Types | Public Member Functions | List of all members
artec::sdk::capturing::IArrayScannerId Class Referenceabstract

Provides an access to the scanner identification info. More...

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

+ Inheritance diagram for artec::sdk::capturing::IArrayScannerId:

Public Types

typedef ScannerId elementType
 

Public Member Functions

virtual int getSize () const =0
 Get number of array elements. More...
 
virtual ScannerIdgetPointer () 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...
 

Detailed Description

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.

Member Typedef Documentation

Definition at line 30 of file IArrayScannerId.h.

Member Function Documentation

virtual ScannerId* artec::sdk::capturing::IArrayScannerId::getPointer ( ) const
pure virtual

Get a read-only data pointer to the C-style ScannerId array.

Returns
raw pointer to the C-style array containing scanner identification info.
virtual int artec::sdk::capturing::IArrayScannerId::getSize ( ) const
pure virtual

Get number of array elements.

Returns
array size.

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