16 #include "itkImageFileReader.h" 18 #include "vtkMetaImageWriter.h" 27 template class ThreadedTimedAlgorithm<vtkImageDataPtr>;
28 template class ThreadedTimedAlgorithm<ImagePtr>;
30 template class ThreadedTimedAlgorithm<vtkPolyDataPtr>;
31 template class ThreadedTimedAlgorithm<void>;
32 template class ThreadedTimedAlgorithm<bool>;
45 std::cout <<
"Test::Test()" << std::endl;
52 void Example::postProcessingSlot()
55 std::cout <<
"void Test::postProcessingSlot(), result: "<< result.toStdString() << std::endl;
59 QString Example::calculate()
61 std::cout <<
" QString Test::calculate()" << std::endl;
69 return QString(
"Test successful!!!");
void finished()
should be emitted when at the end of postProcessingSlot
Base class for algorithms that wants to thread and time their execution. T is the return type of the ...
Namespace for all CustusX production code.