OpenVDB  3.2.0
Public Member Functions | Protected Attributes | List of all members
RootNodeMask::OffIterator Class Reference

#include <NodeMasks.h>

Inherits RootNodeMask::BaseIterator.

Public Member Functions

 OffIterator ()
 
 OffIterator (Index32 pos, const RootNodeMask *parent)
 
void increment ()
 
void increment (Index n)
 
bool next ()
 
bool operator* () const
 
OffIteratoroperator++ ()
 
bool operator== (const BaseIterator &iter) const
 
bool operator!= (const BaseIterator &iter) const
 
bool operator< (const BaseIterator &iter) const
 
Index32 offset () const
 
Index32 pos () const
 
bool test () const
 
 operator bool () const
 

Protected Attributes

Index32 mPos
 
Index32 mBitSize
 
const RootNodeMaskmParent
 

Constructor & Destructor Documentation

§ OffIterator() [1/2]

OffIterator ( )
inline

§ OffIterator() [2/2]

OffIterator ( Index32  pos,
const RootNodeMask 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 BaseIterator iter) const
inlineinherited

§ operator*()

bool operator* ( ) const
inline

§ operator++()

OffIterator& operator++ ( )
inline

§ operator<()

bool operator< ( const BaseIterator iter) const
inlineinherited

§ operator==()

bool operator== ( const BaseIterator iter) const
inlineinherited

§ pos()

Index32 pos ( ) const
inlineinherited

§ test()

bool test ( ) const
inlineinherited

Member Data Documentation

§ mBitSize

Index32 mBitSize
protectedinherited

§ mParent

const RootNodeMask* mParent
protectedinherited

§ mPos

Index32 mPos
protectedinherited

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