Interface for array of textures that supports smart reference counting.  
 More...
#include <artec/sdk/base/IArray.h>
Interface for array of textures that supports smart reference counting. 
Definition at line 178 of file IArray.h.
  
  | 
        
          | 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 | 
 
 
  
  | 
        
          | virtual ErrorCode artec::sdk::base::IArrayImage::setElement | ( | int | index, |  
          |  |  | const IImage * | image |  
          |  | ) |  |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: