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

#include <openvdb/util/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::v9_0::util::OnMaskIterator< NodeMask >

Note
This happens to be a const-iterator!

Constructor & Destructor Documentation

OnMaskIterator ( )
inline
OnMaskIterator ( Index32  pos,
const NodeMask parent 
)
inline

Member Function Documentation

void increment ( )
inline
void increment ( Index  n)
inline
bool next ( )
inline
Index32 offset ( ) const
inlineinherited
operator bool ( ) const
inlineinherited
bool operator!= ( const BaseMaskIterator< NodeMask > &  iter) const
inlineinherited
bool operator* ( ) const
inline
OnMaskIterator& operator++ ( )
inline
bool operator< ( const BaseMaskIterator< NodeMask > &  iter) const
inlineinherited
bool operator== ( const BaseMaskIterator< NodeMask > &  iter) const
inlineinherited
Index32 pos ( ) const
inlineinherited
bool test ( ) const
inlineinherited

Member Data Documentation

const NodeMask* mParent
protectedinherited
Index32 mPos
protectedinherited