Artec 3D Scanning SDK
2.0
|
Callback interface to notify process about cancellation. More...
#include <artec/sdk/base/ICancellationToken.h>
Public Member Functions | |
virtual bool | isCancellationRequested ()=0 |
Callback to ask if the process is canceled and should stop as soon as possible. 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... | |
Callback interface to notify process about cancellation.
Definition at line 23 of file ICancellationToken.h.
|
pure virtual |
Callback to ask if the process is canceled and should stop as soon as possible.