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

Base class for the bit mask iterators. More...

#include <NodeMasks.h>

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

Public Member Functions

 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
 

Protected Attributes

Index32 mPos
 
const NodeMaskmParent
 

Detailed Description

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

Base class for the bit mask iterators.

Definition at line 179 of file NodeMasks.h.

Constructor & Destructor Documentation

Definition at line 186 of file NodeMasks.h.

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

Definition at line 188 of file NodeMasks.h.

Member Function Documentation

template<typename NodeMask >
Index32 openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::offset ( ) const
inline

Definition at line 199 of file NodeMasks.h.

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

Definition at line 202 of file NodeMasks.h.

template<typename NodeMask >
bool openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::operator!= ( const BaseMaskIterator< NodeMask > &  iter) const
inline

Definition at line 193 of file NodeMasks.h.

template<typename NodeMask >
bool openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::operator< ( const BaseMaskIterator< NodeMask > &  iter) const
inline

Definition at line 194 of file NodeMasks.h.

template<typename NodeMask >
BaseMaskIterator& openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::operator= ( const BaseMaskIterator< NodeMask > &  iter)
inline

Definition at line 195 of file NodeMasks.h.

template<typename NodeMask >
bool openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::operator== ( const BaseMaskIterator< NodeMask > &  iter) const
inline

Definition at line 192 of file NodeMasks.h.

template<typename NodeMask >
Index32 openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::pos ( ) const
inline

Definition at line 200 of file NodeMasks.h.

template<typename NodeMask >
bool openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::test ( ) const
inline

Definition at line 201 of file NodeMasks.h.

Member Data Documentation

template<typename NodeMask >
const NodeMask* openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::mParent
protected

Definition at line 183 of file NodeMasks.h.

template<typename NodeMask >
Index32 openvdb::OPENVDB_VERSION_NAME::util::BaseMaskIterator< NodeMask >::mPos
protected

Definition at line 182 of file NodeMasks.h.


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