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

Interface for array of textures that supports smart reference counting. More...

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

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

Public Types

typedef IImage elementType
 

Public Member Functions

virtual int getSize () const =0
 Get Array element count. More...
 
virtual const IImagegetElement (int index) const =0
 Get pointer to the image. More...
 
virtual ErrorCode setElement (int index, const IImage *image)=0
 Set image 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 textures that supports smart reference counting.

Definition at line 178 of file IArray.h.

Member Typedef Documentation

Definition at line 181 of file IArray.h.

Member Function Documentation

virtual const IImage* artec::sdk::base::IArrayImage::getElement ( int  index) const
pure virtual

Get pointer to the image.

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

Get Array element count.

virtual ErrorCode artec::sdk::base::IArrayImage::setElement ( int  index,
const IImage image 
)
pure virtual

Set image to array.


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