artec::sdk::base::IArrayByte Class Referenceabstract
#include <artec/sdk/base/IArray.h>
Inheritance diagram for artec::sdk::base::IArrayByte:
Public Types | |
typedef unsigned char | elementType |
Public Member Functions | |
virtual int | getSize () const =0 |
Get Array elements count. More... | |
virtual unsigned char * | getPointer () const =0 |
Get data pointer for reading only. More... | |
Public Member Functions inherited from artec::sdk::base::IRef | |
virtual int | addRef () const =0 |
virtual int | release () const =0 |
Detailed Description
Member Typedef Documentation
typedef unsigned char artec::sdk::base::IArrayByte::elementType |
Member Function Documentation
|
pure virtual |
Get data pointer for reading only.
|
pure virtual |
Get Array elements count.
The documentation for this class was generated from the following file:
- artec/sdk/base/IArray.h