artec::sdk::base::IArrayMatrix4x4D Class Referenceabstract
#include <artec/sdk/base/IArray.h>
Inheritance diagram for artec::sdk::base::IArrayMatrix4x4D:
Public Types | |
typedef Matrix4x4D | elementType |
Public Member Functions | |
virtual int | getSize () const =0 |
Get Array elements count. More... | |
virtual Matrix4x4D | getElement (int index) const =0 |
Get pointer to the string. More... | |
virtual void | setElement (int index, Matrix4x4D matrix)=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
Member Typedef Documentation
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/base/IArray.h