Artec 3D Scanning SDK  2.0
Public Types | Public Member Functions | List of all members
artec::sdk::base::IArrayUuid Class Referenceabstract

Interface for array of UUIDs that is used in IScan and ICompositeContainer. More...

#include <artec/sdk/base/IArray.h>

+ Inheritance diagram for artec::sdk::base::IArrayUuid:

Public Types

typedef Uuid elementType
 

Public Member Functions

virtual int getSize () const =0
 Get Array element count. More...
 
virtual const UuidgetElement (int index) const =0
 Get pointer to the string. More...
 
virtual ErrorCode setElement (int index, const Uuid &uuid)=0
 Set string to array. More...
 
- Public Member Functions inherited from artec::sdk::base::IRef
virtual int addRef () const =0
 Increase object reference counter. More...
 
virtual int release () const =0
 Decrease object reference counter. More...
 

Detailed Description

Interface for array of UUIDs that is used in IScan and ICompositeContainer.

It supports smart reference counting.

Definition at line 218 of file IArray.h.

Member Typedef Documentation

Definition at line 221 of file IArray.h.

Member Function Documentation

virtual const Uuid& artec::sdk::base::IArrayUuid::getElement ( int  index) const
pure virtual

Get pointer to the string.

virtual int artec::sdk::base::IArrayUuid::getSize ( ) const
pure virtual

Get Array element count.

virtual ErrorCode artec::sdk::base::IArrayUuid::setElement ( int  index,
const Uuid uuid 
)
pure virtual

Set string to array.

Examples:
project-sample.cpp.

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