|
HDK
|
#include <NodeMasks.h>
Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >:Public Member Functions | |
| OnMaskIterator () | |
| OnMaskIterator (Index32 pos, const NodeMask *parent) | |
| void | increment () |
| void | increment (Index n) |
| bool | next () |
| bool | operator* () const |
| OnMaskIterator & | 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 208 of file NodeMasks.h.
|
inline |
Definition at line 215 of file NodeMasks.h.
|
inline |
Definition at line 216 of file NodeMasks.h.
|
inline |
Definition at line 217 of file NodeMasks.h.
|
inline |
Definition at line 223 of file NodeMasks.h.
|
inline |
Definition at line 224 of file NodeMasks.h.
|
inline |
Definition at line 229 of file NodeMasks.h.
|
inline |
Definition at line 230 of file NodeMasks.h.