![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include "ctkCommandLineModulesCoreExport.h"
#include "ctkCmdLineModuleFutureInterface.h"
#include <QFuture>
Go to the source code of this file.
Classes | |
class | ctkCmdLineModuleFuture |
QFuture sub-class for enhanced communication with running modules.Please see the QFuture documentation of Qt for details. This sub-class provides additional query methods to check if a module can be paused and/or canceled and also provides the ability to retrieve the arbitrary output and error data from the module. More... | |