artec::sdk::scanning::IArrayScanner Class Referenceabstract
#include <artec/sdk/scanning/IArrayScanner.h>
Inheritance diagram for artec::sdk::scanning::IArrayScanner:
Public Member Functions | |
virtual int | getSize () const =0 |
Get Array elements count. More... | |
virtual artec::sdk::capturing::IScanner * | getElement (int index) const =0 |
Get pointer to the string. More... | |
virtual void | setElement (int index, const artec::sdk::capturing::IScanner *scanner)=0 |
set string to array More... | |
Public Member Functions inherited from artec::sdk::base::IRef | |
virtual int | addRef () const =0 |
virtual int | release () const =0 |
Detailed Description
Definition at line 37 of file IArrayScanner.h.
Member Function Documentation
|
pure virtual |
Get pointer to the string.
|
pure virtual |
Get Array elements count.
|
pure virtual |
set string to array
The documentation for this class was generated from the following file:
- artec/sdk/scanning/IArrayScanner.h