OpenVDB  6.0.0
Public Member Functions | 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
 

Detailed Description

template<typename NodeMask>
class openvdb::v6_0::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 * ( ) const
inline

◆ operator bool()

operator bool ( ) const
inlineinherited

◆ operator!=()

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

◆ 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

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