|
HDK
|
Base class for the bit mask iterators. More...
#include <NodeMasks.h>
Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >:Public Member Functions | |
| 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 | |
Protected Attributes | |
| Index32 | mPos |
| const NodeMask * | mParent |
Base class for the bit mask iterators.
Definition at line 179 of file NodeMasks.h.
|
inline |
Definition at line 186 of file NodeMasks.h.
|
default |
|
inline |
Definition at line 188 of file NodeMasks.h.
|
inline |
Definition at line 199 of file NodeMasks.h.
|
inline |
Definition at line 202 of file NodeMasks.h.
|
inline |
Definition at line 193 of file NodeMasks.h.
|
inline |
Definition at line 194 of file NodeMasks.h.
|
inline |
Definition at line 195 of file NodeMasks.h.
|
inline |
Definition at line 192 of file NodeMasks.h.
|
inline |
Definition at line 200 of file NodeMasks.h.
|
inline |
Definition at line 201 of file NodeMasks.h.
|
protected |
Definition at line 183 of file NodeMasks.h.
|
protected |
Definition at line 182 of file NodeMasks.h.