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

#include <NodeMasks.h>

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

Public Member Functions

 DenseMaskIterator ()
 
 DenseMaskIterator (Index32 pos, const NodeMask *parent)
 
void increment ()
 
void increment (Index n)
 
bool next ()
 
bool operator* () const
 
DenseMaskIteratoroperator++ ()
 
- 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::DenseMaskIterator< NodeMask >

Definition at line 270 of file NodeMasks.h.

Constructor & Destructor Documentation

Definition at line 278 of file NodeMasks.h.

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

Definition at line 279 of file NodeMasks.h.

Member Function Documentation

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

Definition at line 280 of file NodeMasks.h.

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

Definition at line 286 of file NodeMasks.h.

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

Definition at line 287 of file NodeMasks.h.

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

Definition at line 292 of file NodeMasks.h.

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

Definition at line 293 of file NodeMasks.h.


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