Interface for array of matrices that is used in IScan and ICompositeContainer.
More...
#include <artec/sdk/base/IArray.h>
Interface for array of matrices that is used in IScan and ICompositeContainer.
It supports smart reference counting.
Definition at line 198 of file IArray.h.
virtual const Matrix4x4D& artec::sdk::base::IArrayMatrix4x4D::getElement |
( |
int |
index | ) |
const |
|
pure virtual |
Get pointer to the string.
virtual int artec::sdk::base::IArrayMatrix4x4D::getSize |
( |
| ) |
const |
|
pure virtual |
virtual ErrorCode artec::sdk::base::IArrayMatrix4x4D::setElement |
( |
int |
index, |
|
|
const Matrix4x4D & |
matrix |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: