|
HDK
|
#include <NodeMasks.h>
Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::util::OffMaskIterator< NodeMask >:Public Member Functions | |
| OffMaskIterator () | |
| OffMaskIterator (Index32 pos, const NodeMask *parent) | |
| void | increment () |
| void | increment (Index n) |
| bool | next () |
| bool | operator* () const |
| OffMaskIterator & | operator++ () |
Public Member Functions inherited from openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask > | |
| BaseMaskIterator () | |
| BaseMaskIterator (const BaseMaskIterator &)=default | |
| BaseMaskIterator (Index32 pos, const NodeMask *parent) | |
| bool | operator== (const BaseMaskIterator &iter) const |
| bool | operator!= (const BaseMaskIterator &iter) const |
| bool | operator< (const BaseMaskIterator &iter) const |
| BaseMaskIterator & | operator= (const BaseMaskIterator &iter) |
| Index32 | offset () const |
| Index32 | pos () const |
| bool | test () const |
| operator bool () const | |
Additional Inherited Members | |
Protected Attributes inherited from openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask > | |
| Index32 | mPos |
| const NodeMask * | mParent |
Definition at line 239 of file NodeMasks.h.
|
inline |
Definition at line 246 of file NodeMasks.h.
|
inline |
Definition at line 247 of file NodeMasks.h.
|
inline |
Definition at line 248 of file NodeMasks.h.
|
inline |
Definition at line 254 of file NodeMasks.h.
|
inline |
Definition at line 255 of file NodeMasks.h.
|
inline |
Definition at line 260 of file NodeMasks.h.
|
inline |
Definition at line 261 of file NodeMasks.h.