OpenVDB
9.0.1
|
Iterator over the domain covered by a BBox. More...
#include <nanovdb/NanoVDB.h>
Public Member Functions | |
Iterator (const BBox &b) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
operator bool () const | |
Return true if the iterator still points to a valid coordinate. More... | |
const CoordT & | operator* () const |
Iterator over the domain covered by a BBox.
z is the fastest-moving coordinate.
|
inline |
|
inline |
Return true
if the iterator still points to a valid coordinate.
|
inline |
|
inline |
|
inline |