artec::sdk::capturing::IArrayFrame Class Referenceabstract

#include <artec/sdk/capturing/IArrayFrame.h>

+ Inheritance diagram for artec::sdk::capturing::IArrayFrame:

Public Types

typedef IFrame elementType
 

Public Member Functions

virtual int getSize () const =0
 Get Array elements count. More...
 
virtual const IFramegetElement (int index) const =0
 Get pointer to the image. More...
 
virtual void setElement (int index, const IFrame *frame)=0
 set image to array More...
 
- Public Member Functions inherited from artec::sdk::base::IRef
virtual int addRef () const =0
 
virtual int release () const =0
 

Detailed Description

Definition at line 31 of file IArrayFrame.h.

Member Typedef Documentation

Member Function Documentation

virtual const IFrame* artec::sdk::capturing::IArrayFrame::getElement ( int  index) const
pure virtual

Get pointer to the image.

virtual int artec::sdk::capturing::IArrayFrame::getSize ( ) const
pure virtual

Get Array elements count.

virtual void artec::sdk::capturing::IArrayFrame::setElement ( int  index,
const IFrame frame 
)
pure virtual

set image to array


The documentation for this class was generated from the following file: