Geophysical Inversion and Modelling Library v1.5.4
Loading...
Searching...
No Matches
iterator.hpp File Reference
+ Include dependency graph for iterator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KDTree::_Base_iterator
 
class  KDTree::_Iterator< _Val, _Ref, _Ptr >
 

Functions

template<typename _Val, typename _Ref, typename _Ptr>
bool KDTree::operator== (_Iterator< _Val, _Ref, _Ptr > const &__X, _Iterator< _Val, _Ref, _Ptr > const &__Y)
 
template<typename _Val>
bool KDTree::operator== (_Iterator< _Val, const _Val &, const _Val * > const &__X, _Iterator< _Val, _Val &, _Val * > const &__Y)
 
template<typename _Val>
bool KDTree::operator== (_Iterator< _Val, _Val &, _Val * > const &__X, _Iterator< _Val, const _Val &, const _Val * > const &__Y)
 
template<typename _Val, typename _Ref, typename _Ptr>
bool KDTree::operator!= (_Iterator< _Val, _Ref, _Ptr > const &__X, _Iterator< _Val, _Ref, _Ptr > const &__Y)
 
template<typename _Val>
bool KDTree::operator!= (_Iterator< _Val, const _Val &, const _Val * > const &__X, _Iterator< _Val, _Val &, _Val * > const &__Y)
 
template<typename _Val>
bool KDTree::operator!= (_Iterator< _Val, _Val &, _Val * > const &__X, _Iterator< _Val, const _Val &, const _Val * > const &__Y)
 

Detailed Description

Defines interfaces for iterators as used by the KDTree class.

Author
Martin F. Krafft libkd.nosp@m.tree.nosp@m.@pobo.nosp@m.x.ma.nosp@m.dduck.nosp@m..net