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

#include <iterator.hpp>

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

Public Member Functions

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

Static Public Attributes

static constexpr bool has_ignore_condition = false
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ BlocksIterator() [1/2]

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

◆ BlocksIterator() [2/2]

template<typename OctreeT >
se::BlocksIterator< OctreeT >::BlocksIterator ( OctreeT octree_ptr)
inline

Member Function Documentation

◆ isNext()

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

Member Data Documentation

◆ has_ignore_condition

template<typename OctreeT >
constexpr bool se::BlocksIterator< OctreeT >::has_ignore_condition = false
staticconstexpr

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