Geophysical Inversion and Modelling Library v1.5.4
|
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) |
Defines interfaces for iterators as used by the KDTree class.