|
UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
|
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::forward_iterator_tag |
| using | pointer = typename std::iterator_traits< RawIterator >::pointer |
| using | reference = typename std::iterator_traits< RawIterator >::reference |
| using | value_type = typename std::iterator_traits< RawIterator >::value_type |
Public Member Functions | |
| TreeMapIterator (TreeMapIterator const &)=default | |
| template<bool Const2, std::enable_if_t< Const &&!Const2, bool > = true> | |
| TreeMapIterator (TreeMapIterator< Const2, Dim, T > const &other) | |
| template<bool Const2> | |
| bool | operator!= (TreeMapIterator< Const2, Dim, T > const &other) |
| reference | operator* () const |
| TreeMapIterator & | operator++ () |
| TreeMapIterator | operator++ (int) |
| pointer | operator-> () const |
| template<bool Const2> | |
| bool | operator== (TreeMapIterator< Const2, Dim, T > const &other) |
Friends | |
| class | TreeMap< Dim, T > |
Definition at line 61 of file iterator.hpp.
| using ufo::TreeMapIterator< Const, Dim, T >::difference_type = std::ptrdiff_t |
Definition at line 85 of file iterator.hpp.
| using ufo::TreeMapIterator< Const, Dim, T >::iterator_category = std::forward_iterator_tag |
Definition at line 84 of file iterator.hpp.
| using ufo::TreeMapIterator< Const, Dim, T >::pointer = typename std::iterator_traits<RawIterator>::pointer |
Definition at line 88 of file iterator.hpp.
| using ufo::TreeMapIterator< Const, Dim, T >::reference = typename std::iterator_traits<RawIterator>::reference |
Definition at line 87 of file iterator.hpp.
| using ufo::TreeMapIterator< Const, Dim, T >::value_type = typename std::iterator_traits<RawIterator>::value_type |
Definition at line 86 of file iterator.hpp.
|
inline |
Definition at line 96 of file iterator.hpp.
|
inline |
Definition at line 131 of file iterator.hpp.
|
inline |
Definition at line 120 of file iterator.hpp.
|
inline |
Definition at line 105 of file iterator.hpp.
|
inline |
Definition at line 113 of file iterator.hpp.
|
inline |
Definition at line 122 of file iterator.hpp.
|
inline |
Definition at line 125 of file iterator.hpp.
|
friend |
Definition at line 1 of file iterator.hpp.
|
friend |
Definition at line 1 of file iterator.hpp.