OpenVDB
12.0.0
|
Visits all values in a leaf node, i.e. both active and inactive values. More...
#include <nanovdb/NanoVDB.h>
Public Member Functions | |
__hostdev__ | ValueIterator () |
__hostdev__ | ValueIterator (const LeafNode *parent) |
ValueIterator & | operator= (const ValueIterator &)=default |
__hostdev__ ValueType | operator* () const |
__hostdev__ CoordT | getCoord () const |
__hostdev__ bool | isActive () const |
__hostdev__ | operator bool () const |
__hostdev__ ValueIterator & | operator++ () |
__hostdev__ ValueIterator | operator++ (int) |
Visits all values in a leaf node, i.e. both active and inactive values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |