11 #ifndef _ARRAYIFRAME_H_
12 #define _ARRAYIFRAME_H_
19 namespace artec {
namespace sdk {
namespace capturing
44 virtual int getSize()
const = 0;
51 virtual const IFrame* getElement(
int index)
const = 0;
ErrorCode ACAPTURESDK_LINK_SPEC createArrayFrame(IArrayFrame **pArray, int elementsCount)
#define ACAPTURESDK_LINK_SPEC
Interface for captured frame (image + depth).
This class represents an array of the IFrame pointers with methods for getting array size as well as ...
Interface that implements reference counting and life-time management.