Represents an interface to an array of the Scanner objects with methods for getting array size, as well as getting and setting particular elements by their index in the array.
More...
#include <artec/sdk/scanning/IArrayScanner.h>
Represents an interface to an array of the Scanner objects with methods for getting array size, as well as getting and setting particular elements by their index in the array.
Definition at line 50 of file IArrayScanner.h.
Get scanner object pointer by its index in the array.
- Parameters
-
index | index of the scanner object to retrieve. |
- Returns
- pointer to the IScanner interface at a particular index in the array.
virtual int artec::sdk::scanning::IArrayScanner::getSize |
( |
| ) |
const |
|
pure virtual |
Get the number of array elements.
- Returns
- array size.
Set new scanner object at a certain index in the array.
- Parameters
-
index | index of the scanner object to set. |
frame | pointer to the scanner object to be stored at this location. |
The documentation for this class was generated from the following file: