OpenVDB 11.0.0
|
A unified wrapper for tbb::parallel_invoke and a naive std::thread analog. More...
Go to the source code of this file.
Namespaces | |
namespace | nanovdb |
Convert a base-pointer to an openvdb grid, denoted srcGrid, to a nanovdb grid of the same type, e.g. float -> float or openvdb::Vec3f -> nanovdb::Vec3f. | |
Functions | |
template<typename Func , typename... Rest> | |
int | invoke (const Func &taskFunc1, Rest... taskFuncN) |
A unified wrapper for tbb::parallel_invoke and a naive std::thread analog.