![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
a simple implementation of an iAAbortListener - it holds a boolean flag that is set by the abort method. More...
#include <iAAbortListener.h>
Public Member Functions | |
| iASimpleAbortListener () | |
| void | abort () override |
| bool | isAborted () const |
a simple implementation of an iAAbortListener - it holds a boolean flag that is set by the abort method.
Users can determine whether abort was called through the isAborted method Implementation can be found in iAJobListView.cpp
| iASimpleAbortListener::iASimpleAbortListener | ( | ) |
|
overridevirtual |
Implements iAAbortListener.
| bool iASimpleAbortListener::isAborted | ( | ) | const |