|
HDK
|
#include <NodeMasks.h>
Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::util::DenseMaskIterator< NodeMask >:Public Member Functions | |
| DenseMaskIterator () | |
| DenseMaskIterator (Index32 pos, const NodeMask *parent) | |
| void | increment () |
| void | increment (Index n) |
| bool | next () |
| bool | operator* () const |
| DenseMaskIterator & | 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 270 of file NodeMasks.h.
|
inline |
Definition at line 278 of file NodeMasks.h.
|
inline |
Definition at line 279 of file NodeMasks.h.
|
inline |
Definition at line 280 of file NodeMasks.h.
|
inline |
Definition at line 286 of file NodeMasks.h.
|
inline |
Definition at line 287 of file NodeMasks.h.
|
inline |
Definition at line 292 of file NodeMasks.h.
|
inline |
Definition at line 293 of file NodeMasks.h.