supereight
|
#include <iterator.hpp>
Public Member Functions | |
BlocksIterator () | |
BlocksIterator (OctreeT *octree_ptr) | |
bool | isNext (OctantBase *octant_ptr) |
![]() | |
BaseIterator () | |
BaseIterator (OctreeType *octree_ptr) | |
BaseIterator & | operator++ () |
BaseIterator | operator++ (int) |
bool | operator== (const BaseIterator &other) const |
bool | operator!= (const BaseIterator &other) const |
OctantBase * | operator* () const |
Static Public Attributes | |
static constexpr bool | has_ignore_condition = false |
Additional Inherited Members | |
![]() | |
typedef BaseTraits< BlocksIterator< OctreeT > >::OctreeType | OctreeType |
typedef OctreeType::NodeType | NodeType |
using | difference_type = long |
using | value_type = OctantBase |
using | pointer = OctantBase * |
using | reference = OctantBase & |
using | iterator_category = std::forward_iterator_tag |
![]() | |
void | init () |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |