Iterator over Coord domain covered by a CoordBBox.
More...
#include <Coord.h>
template<bool ZYX>
class openvdb::v4_0_1::math::CoordBBox::Iterator< ZYX >
Iterator over Coord domain covered by a CoordBBox.
- Note
- If ZYX is true Z is the fastest moving coordinate, else it is the X coordinate, i.e. XYZ traversal
C-tor from a bounding box.
Return true if the iterator still points to a valid coordinate.
const Coord& operator* |
( |
| ) |
const |
|
inline |
Return a const reference to the coordinate currently pointed to.
Increments iterator to point to the next coordinate.
- Note
- Stops a the last + 1 coordinate of the bounding box as defined by the template parameter.
The documentation for this class was generated from the following file: