This class represents an array of the IFrame pointers with methods for getting array size as well as getting and setting particular elements by their index in the array.
More...
#include <artec/sdk/capturing/IArrayFrame.h>
This class represents an array of the IFrame pointers with methods for getting array size as well as getting and setting particular elements by their index in the array.
Definition at line 35 of file IArrayFrame.h.
virtual const IFrame* artec::sdk::capturing::IArrayFrame::getElement |
( |
int |
index | ) |
const |
|
pure virtual |
Get frame pointer by its index in the array.
- Parameters
-
index | index of the frame to retrieve. |
- Returns
- pointer to the IFrame interface at a particular index in the array.
virtual int artec::sdk::capturing::IArrayFrame::getSize |
( |
| ) |
const |
|
pure virtual |
Get number of array elements.
- Returns
- array size.
virtual ErrorCode artec::sdk::capturing::IArrayFrame::setElement |
( |
int |
index, |
|
|
const IFrame * |
frame |
|
) |
| |
|
pure virtual |
Set a new frame object at a certain index in the array.
- Parameters
-
index | index of the frame to set. |
frame | pointer to the frame object that will be stored in this location. |
The documentation for this class was generated from the following file: