artec::sdk::capturing::IFrame Class Referenceabstract

#include <artec/sdk/capturing/IFrame.h>

+ Inheritance diagram for artec::sdk::capturing::IFrame:

Public Member Functions

virtual int getFrameNumber () const =0
 Used for sorting frames by capture order in multi-thread mode. More...
 
virtual const IImagegetTexture () const =0
 
virtual const IImagegetDepth () const =0
 Get depth texture. Doesn't work for Artec scanners. More...
 
- Public Member Functions inherited from artec::sdk::base::IRef
virtual int addRef () const =0
 
virtual int release () const =0
 

Detailed Description

Definition at line 21 of file IFrame.h.

Member Function Documentation

virtual const IImage* artec::sdk::capturing::IFrame::getDepth ( ) const
pure virtual

Get depth texture. Doesn't work for Artec scanners.

virtual int artec::sdk::capturing::IFrame::getFrameNumber ( ) const
pure virtual

Used for sorting frames by capture order in multi-thread mode.

virtual const IImage* artec::sdk::capturing::IFrame::getTexture ( ) const
pure virtual

Method return raw texture without correction. See IScanner::convertTextureFull


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