•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
artec::sdk::capturing::IArrayFrame Class Referenceabstract
#include <artec/sdk/capturing/IArrayFrame.h>

Public Types | |
typedef IFrame elementType | |
Public Member Functions | |
virtual int getSize () const =0 | |
Get Array elements count. More... | |
virtual const IFrame * getElement (int index) const =0 | |
Get pointer to the image. More... | |
virtual void setElement (int index, const IFrame *frame)=0 | |
set image to array More... | |
![]() | |
virtual int addRef () const =0 | |
virtual int release () const =0 | |
Detailed Description
Definition at line 31 of file IArrayFrame.h.
Member Typedef Documentation
Definition at line 34 of file IArrayFrame.h.
Member Function Documentation
|
pure virtual |
Get pointer to the image.
|
pure virtual |
Get Array elements count.
|
pure virtual |
set image to array
The documentation for this class was generated from the following file:
- artec/sdk/capturing/IArrayFrame.h