18 namespace artec { 
namespace sdk { 
namespace base
 
   43     virtual int getSize() 
const = 0;
 
ErrorCode ABASESDK_LINK_SPEC createBlob(IBlob **blob, int size)
virtual void * getPointer() const =0
Get data pointer. 
Interface for Binary Large Object (memory chunk) with smart reference counting. 
#define ABASESDK_LINK_SPEC
virtual int getSize() const =0
Get data size. 
Interface that implements reference counting and life-time management.