CustusX
22.04-rc5
An IGT application
|
#include "cxResourceExport.h"
#include <QFutureWatcher>
#include <QtConcurrent/QtConcurrentRun>
#include "cxTimedAlgorithm.h"
#include "vtkForwardDeclarations.h"
#include "cxForwardDeclarations.h"
Go to the source code of this file.
Classes | |
class | cx::ThreadedTimedAlgorithm< T > |
Base class for algorithms that wants to thread and time their execution. T is the return type of the calculated data in the thread. More... | |
class | cx::Example |
Implementation of ThreadedTimedAlgorithm that shows the minimum implementation of this class. More... | |
Namespaces | |
cx | |
Namespace for all CustusX production code. | |