#include <hugin_shared.h>#include <hugin_utils/utils.h>#include <vigra/windows.h>#include <boost/thread.hpp>#include <boost/bind.hpp>#include <vigra/utilities.hxx>Include dependency graph for MultiThreadOperations.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | vigra_ext |
Classes | |
| class | vigra_ext::ThreadManager |
| Thread "manager". More... | |
Functions | |
| template<class SrcIter, class SrcAcc, class DestIter, class DestAcc, class Function> | |
| void | multithreadOperation (vigra::triple< SrcIter, SrcIter, SrcAcc > src, vigra::pair< DestIter, DestAcc > dest, Function op) |
| operation to do multithreaded image processing operations | |
|
||||||||||||||||||||
|
operation to do multithreaded image processing operations
Function If it requires more arguments, boost::bind should be used to create a functor for it.
Note that the Definition at line 90 of file MultiThreadOperations.h. References DEBUG_DEBUG. |
1.3.9.1