supereight
|
#include <iterator.hpp>
Public Member Functions | |
UpdateIterator () | |
UpdateIterator (OctreeT *octree_ptr, timestamp_t time_stamp) | |
bool | isNext (OctantBase *octant_ptr) |
bool | doIgnore (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 |
Public Attributes | |
const timestamp_t | time_stamp_ |
Static Public Attributes | |
static constexpr bool | has_ignore_condition = true |
Additional Inherited Members | |
![]() | |
typedef BaseTraits< UpdateIterator< 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 |
|
inline |
const timestamp_t se::UpdateIterator< OctreeT >::time_stamp_ |
|
staticconstexpr |