#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/nanovdb/nanovdb/util/Range.h>
|
template<int , typename > |
class | Range |
|
◆ const_iterator
◆ size_type
◆ Range() [1/3]
◆ Range() [2/3]
◆ Range() [3/3]
Split constructor: r[a,b[ -> r[a,b/2[ & this[b/2,b[.
◆ begin()
◆ empty()
◆ end()
◆ grainsize()
◆ is_divisible()
template<typename T >
bool is_divisible |
( |
| ) |
const |
|
inline |
◆ middle()
◆ operator==()
template<typename T >
bool operator== |
( |
const Range< 1, T > & | rhs | ) |
const |
|
inline |
◆ size()
◆ Range
template<typename T >
template<int , typename >