Artec 3D Scanning SDK
2.0
|
For inheritance, this class is preferred over IProgress. More...
#include <artec/sdk/base/IProgress.h>
Additional Inherited Members | |
Public Member Functions inherited from artec::sdk::base::RefBase< IProgress > | |
virtual | ~RefBase () |
Public Member Functions inherited from artec::sdk::base::IProgress | |
virtual void | report (int current, int total)=0 |
Callback for progress reporting. More... | |
virtual void | pulse ()=0 |
Report about activity with unknown current status. 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... | |
Public Attributes inherited from artec::sdk::base::RefBase< IProgress > | |
IMPLEMENT_IREF | |
For inheritance, this class is preferred over IProgress.
It implements reference counting in order to simplify creation of the actual IProgress implementation.
Definition at line 41 of file IProgress.h.