![]() |
Artec 3D Scanning SDK
2.0
|
For inheritance, this class is preferred over IProgress. More...
#include <artec/sdk/base/IProgress.h>
Additional Inherited Members | |
![]() | |
virtual | ~RefBase () |
![]() | |
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... | |
![]() | |
virtual int | addRef () const =0 |
Increase object reference counter. More... | |
virtual int | release () const =0 |
Decrease object reference counter. More... | |
![]() | |
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.