OpenVDB  5.2.0
Public Member Functions | Protected Attributes | List of all members
OnMaskIterator< NodeMask > Class Template Reference

#include <NodeMasks.h>

Inherits BaseMaskIterator< NodeMask >.

Public Member Functions

 OnMaskIterator ()
 
 OnMaskIterator (Index32 pos, const NodeMask *parent)
 
void increment ()
 
void increment (Index n)
 
bool next ()
 
bool operator* () const
 
OnMaskIteratoroperator++ ()
 
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
 

Protected Attributes

Index32 mPos
 
const NodeMaskmParent
 

Detailed Description

template<typename NodeMask>
class openvdb::v5_2::util::OnMaskIterator< NodeMask >

Note
This happens to be a const-iterator!

Constructor & Destructor Documentation

◆ OnMaskIterator() [1/2]

OnMaskIterator ( )
inline

◆ OnMaskIterator() [2/2]

OnMaskIterator ( 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++()

OnMaskIterator& 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

Member Data Documentation

◆ mParent

const NodeMask* mParent
protectedinherited

◆ mPos

Index32 mPos
protectedinherited

The documentation for this class was generated from the following file: