supereight
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
se::UpdateIterator< OctreeT > Struct Template Reference

#include <iterator.hpp>

Inheritance diagram for se::UpdateIterator< OctreeT >:
Inheritance graph
[legend]
Collaboration diagram for se::UpdateIterator< OctreeT >:
Collaboration graph
[legend]

Public Member Functions

 UpdateIterator ()
 
 UpdateIterator (OctreeT *octree_ptr, timestamp_t time_stamp)
 
bool isNext (OctantBase *octant_ptr)
 
bool doIgnore (OctantBase *octant_ptr)
 
- Public Member Functions inherited from se::BaseIterator< UpdateIterator< OctreeT > >
 BaseIterator ()
 
 BaseIterator (OctreeType *octree_ptr)
 
BaseIteratoroperator++ ()
 
BaseIterator operator++ (int)
 
bool operator== (const BaseIterator &other) const
 
bool operator!= (const BaseIterator &other) const
 
OctantBaseoperator* () const
 

Public Attributes

const timestamp_t time_stamp_
 

Static Public Attributes

static constexpr bool has_ignore_condition = true
 

Additional Inherited Members

- Public Types inherited from se::BaseIterator< UpdateIterator< OctreeT > >
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
 
- Protected Member Functions inherited from se::BaseIterator< UpdateIterator< OctreeT > >
void init ()
 

Constructor & Destructor Documentation

◆ UpdateIterator() [1/2]

template<typename OctreeT >
se::UpdateIterator< OctreeT >::UpdateIterator ( )
inline

◆ UpdateIterator() [2/2]

template<typename OctreeT >
se::UpdateIterator< OctreeT >::UpdateIterator ( OctreeT octree_ptr,
timestamp_t  time_stamp 
)
inline

Member Function Documentation

◆ isNext()

template<typename OctreeT >
bool se::UpdateIterator< OctreeT >::isNext ( OctantBase octant_ptr)
inline

◆ doIgnore()

template<typename OctreeT >
bool se::UpdateIterator< OctreeT >::doIgnore ( OctantBase octant_ptr)
inline

Member Data Documentation

◆ time_stamp_

◆ has_ignore_condition

template<typename OctreeT >
constexpr bool se::UpdateIterator< OctreeT >::has_ignore_condition = true
staticconstexpr

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