OpenVDB 9.0.0
Public Member Functions | List of all members
OffMaskIterator< NodeMask > Class Template Reference

#include <openvdb/util/NodeMasks.h>

Inherits BaseMaskIterator< NodeMask >.

Public Member Functions

 OffMaskIterator ()
 
 OffMaskIterator (Index32 pos, const NodeMask *parent)
 
void increment ()
 
void increment (Index n)
 
bool next ()
 
bool operator* () const
 
OffMaskIteratoroperator++ ()
 
bool operator== (const BaseMaskIterator &iter) const
 
bool operator!= (const BaseMaskIterator &iter) const
 
bool operator< (const BaseMaskIterator &iter) const
 
Index32 offset () const
 
Index32 pos () const
 
bool test () const
 
 operator bool () const
 

Constructor & Destructor Documentation

◆ OffMaskIterator() [1/2]

OffMaskIterator ( )
inline

◆ OffMaskIterator() [2/2]

OffMaskIterator ( Index32  pos,
const NodeMask parent 
)
inline

Member Function Documentation

◆ increment() [1/2]

void increment ( )
inline

◆ increment() [2/2]

void increment ( Index  n)
inline

◆ next()

bool next ( )
inline

◆ offset()

Index32 offset ( ) const
inlineinherited

◆ operator bool()

operator bool ( ) const
inlineinherited

◆ operator!=()

bool operator!= ( const BaseMaskIterator< NodeMask > &  iter) const
inlineinherited

◆ operator*()

bool operator* ( ) const
inline

◆ operator++()

OffMaskIterator & operator++ ( )
inline

◆ operator<()

bool operator< ( const BaseMaskIterator< NodeMask > &  iter) const
inlineinherited

◆ operator==()

bool operator== ( const BaseMaskIterator< NodeMask > &  iter) const
inlineinherited

◆ pos()

Index32 pos ( ) const
inlineinherited

◆ test()

bool test ( ) const
inlineinherited