Artec 3D Scanning SDK  2.0
Public Member Functions | List of all members
artec::sdk::base::ICancellationToken Class Referenceabstract

Callback interface to notify process about cancellation. More...

#include <artec/sdk/base/ICancellationToken.h>

+ Inheritance diagram for artec::sdk::base::ICancellationToken:

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...
 

Detailed Description

Callback interface to notify process about cancellation.

Definition at line 23 of file ICancellationToken.h.

Member Function Documentation

virtual bool artec::sdk::base::ICancellationToken::isCancellationRequested ( )
pure virtual

Callback to ask if the process is canceled and should stop as soon as possible.

Returns
true if cancellation is requested and false otherwise

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