| eLynx SDK
v3.0.1 C++ image processing API reference |
#include <elx/core/CoreLib.h>#include <elx/core/CoreTypes.h>#include <elx/core/TaskScheduler.h>#include "inl/ParallelAlgorithms.inl"Go to the source code of this file.
Classes | |
| class | eLynx::IterationRange |
Namespaces | |
| namespace | eLynx |
Enumerations | |
| enum | eLynx::ESubRangePosition { eLynx::SRP_NONE, eLynx::SRP_ALL, eLynx::SRP_FIRST, eLynx::SRP_MIDDLE, eLynx::SRP_LAST } |
| Enum to specify SubRange position inside the original Iteration range. More... | |
Functions | |
| template<typename Range , typename Task > | |
| uint32 | eLynx::elxParallelFor (Range iRange, const Task &iTask) |
| template<typename Range , typename Task > | |
| uint32 | eLynx::elxParallelReduce (Range iRange, Task &ioTask) |