#include <nanovdb/examples/ex_util/ComputePrimitives.h>
|
| | ApplyFunc (int count, int blockSize, const Fn &fn, Args... args) |
| template<std::size_t... Is> |
| void | call (int start, int end, std::index_sequence< Is... >) const |
| void | operator() (int i) const |
◆ ApplyFunc()
template<typename Fn, typename... Args>
| ApplyFunc |
( |
int | count, |
|
|
int | blockSize, |
|
|
const Fn & | fn, |
|
|
Args... | args ) |
|
inline |
◆ call()
template<typename Fn, typename... Args>
template<std::size_t... Is>
| void call |
( |
int | start, |
|
|
int | end, |
|
|
std::index_sequence< Is... > | ) const |
|
inline |
◆ operator()()
template<typename Fn, typename... Args>
| void operator() |
( |
int | i | ) |
const |
|
inline |