OpenVDB  0.104.0
Public Member Functions | Protected Attributes | List of all members
NodeMask< Log2Dim >::BaseIterator Class Reference

#include <NodeMasks.h>

Inherited by NodeMask< Log2Dim >::DenseIterator, NodeMask< Log2Dim >::OffIterator, and NodeMask< Log2Dim >::OnIterator.

Public Member Functions

 BaseIterator ()
 
 BaseIterator (Index32 pos, const NodeMask *parent)
 
bool operator== (const BaseIterator &iter) const
 
bool operator!= (const BaseIterator &iter) const
 
bool operator< (const BaseIterator &iter) const
 
void operator= (const BaseIterator &iter)
 
Index32 offset () const
 
Index32 pos () const
 
OPENVDB_DEPRECATED Index32 getOffset () const
 
bool test () const
 
 operator bool () const
 

Protected Attributes

Index32 mPos
 
const NodeMaskmParent
 

Constructor & Destructor Documentation

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

Member Function Documentation

OPENVDB_DEPRECATED Index32 getOffset ( ) const
inline
Index32 offset ( ) const
inline
operator bool ( ) const
inline
bool operator!= ( const BaseIterator iter) const
inline
bool operator< ( const BaseIterator iter) const
inline
void operator= ( const BaseIterator iter)
inline
bool operator== ( const BaseIterator iter) const
inline
Index32 pos ( ) const
inline
bool test ( ) const
inline

Member Data Documentation

const NodeMask* mParent
protected
Index32 mPos
protected

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