Executor that executes serially.
Definition at line 27 of file executor.h.
Public Member Functions | |
| template<typename Loop> | |
| void | for_each (size_t begin, size_t end, const Loop &loop) |
| template<typename T, typename Reduce, typename Join> | |
| T | reduce (size_t begin, size_t end, const T &init, const Reduce &reduce, const Join &) |
#include <bvh/v2/executor.h>
|
inline |
Definition at line 29 of file executor.h.
|
inline |
Definition at line 34 of file executor.h.