HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask > Class Template Reference

#include <NodeMasks.h>

+ Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >:

Public Member Functions

 OnMaskIterator ()
 
 OnMaskIterator (Index32 pos, const NodeMask *parent)
 
void increment ()
 
void increment (Index n)
 
bool next ()
 
bool operator* () const
 
OnMaskIteratoroperator++ ()
 
- Public Member Functions inherited from openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >
 BaseMaskIterator ()
 
 BaseMaskIterator (const BaseMaskIterator &)=default
 
 BaseMaskIterator (Index32 pos, const NodeMask *parent)
 
bool operator== (const BaseMaskIterator &iter) const
 
bool operator!= (const BaseMaskIterator &iter) const
 
bool operator< (const BaseMaskIterator &iter) const
 
BaseMaskIteratoroperator= (const BaseMaskIterator &iter)
 
Index32 offset () const
 
Index32 pos () const
 
bool test () const
 
 operator bool () const
 

Additional Inherited Members

- Protected Attributes inherited from openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >
Index32 mPos
 
const NodeMaskmParent
 

Detailed Description

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

Note
This happens to be a const-iterator!

Definition at line 208 of file NodeMasks.h.

Constructor & Destructor Documentation

Definition at line 215 of file NodeMasks.h.

template<typename NodeMask >
openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >::OnMaskIterator ( Index32  pos,
const NodeMask parent 
)
inline

Definition at line 216 of file NodeMasks.h.

Member Function Documentation

template<typename NodeMask >
void openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >::increment ( )
inline

Definition at line 217 of file NodeMasks.h.

template<typename NodeMask >
void openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >::increment ( Index  n)
inline

Definition at line 223 of file NodeMasks.h.

template<typename NodeMask >
bool openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >::next ( )
inline

Definition at line 224 of file NodeMasks.h.

template<typename NodeMask >
bool openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >::operator* ( ) const
inline

Definition at line 229 of file NodeMasks.h.

template<typename NodeMask >
OnMaskIterator& openvdb::OPENVDB_VERSION_NAME::util::OnMaskIterator< NodeMask >::operator++ ( )
inline

Definition at line 230 of file NodeMasks.h.


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