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 IImage * | getTexture () const =0 |
virtual const IImage * | getDepth () 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
Member Function Documentation
|
pure virtual |
Get depth texture. Doesn't work for Artec scanners.
|
pure virtual |
Used for sorting frames by capture order in multi-thread mode.
|
pure virtual |
Method return raw texture without correction. See IScanner::convertTextureFull
The documentation for this class was generated from the following file:
- artec/sdk/capturing/IFrame.h