OpenVDB
12.0.0
|
Custom Range class that is compatible with the tbb::blocked_range classes. More...
#include <cassert>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | Split |
class | Range< int, typename > |
class | Range< 1, T > |
class | Range< 2, T > |
class | Range< 3, T > |
Namespaces | |
nanovdb | |
nanovdb::util | |
Typedefs | |
using | Range1D = Range< 1, size_t > |
using | Range2D = Range< 2, size_t > |
using | Range3D = Range< 3, size_t > |
using | instead = util::Range< 1, size_t > |
Custom Range class that is compatible with the tbb::blocked_range classes.