| Support Forum Library Source SourceForge Page G3D Web Page |
C++ STL style iterator variable. More...
Public Member Functions | |
| operator T * () const | |
| Overloaded cast operator so the iterator can masquerade as a pointer to a member. | |
| bool | operator!= (const BoxIntersectionIterator &other) const |
| const T & | operator* () const |
| Overloaded dereference operator so the iterator can masquerade as a pointer to a member. | |
| BoxIntersectionIterator & | operator++ () |
| Pre increment. | |
| T const * | operator-> () const |
| Overloaded dereference operator so the iterator can masquerade as a pointer to a member. | |
| bool | operator== (const BoxIntersectionIterator &other) const |
Friends | |
| class | KDTree< T, BoundsFunc, HashFunc, EqualsFunc > |
C++ STL style iterator variable.
See beginBoxIntersection(). The iterator overloads the -> (dereference) operator, so this acts like a pointer to the current member.
|
inline |
Overloaded cast operator so the iterator can masquerade as a pointer to a member.
|
inline |
|
inline |
Overloaded dereference operator so the iterator can masquerade as a pointer to a member.
|
inline |
Pre increment.
|
inline |
Overloaded dereference operator so the iterator can masquerade as a pointer to a member.
|
inline |
|
friend |
1.8.2