Public Member Functions | |
| iterator () | |
| iterator (const iterator ©) | |
| ~iterator () | |
| bool | operator!= (const iterator &rIterator) const |
| Bin & | operator* () |
| const Bin & | operator* () const |
| iterator & | operator++ () |
| const iterator & | operator++ () const |
| iterator | operator++ (int) |
| const iterator | operator++ (int) const |
| iterator & | operator-- () |
| const iterator & | operator-- () const |
| iterator | operator-- (int) |
| const iterator | operator-- (int) const |
| Bin * | operator-> () |
| const Bin * | operator-> () const |
| iterator & | operator= (const iterator &rhs) |
| bool | operator== (const iterator &rIterator) const |
| TerminalNode * | TN () |
Private Member Functions | |
| iterator (BinNode *pNode) | |
| Bin * | Next () const |
| Bin * | Previous () const |
Private Attributes | |
| Bin * | fBin |
Friends | |
| class | KDTree< _DataPoint > |
#include <Math/KDTree.h>
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
private |
Definition at line 1486 of file KDTree.icc.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1392 of file KDTree.icc.
|
inline |
Definition at line 1402 of file KDTree.icc.
|
inline |
Definition at line 1412 of file KDTree.icc.
|
inline |
Definition at line 1423 of file KDTree.icc.
|
inline |
Definition at line 1434 of file KDTree.icc.
|
inline |
Definition at line 1444 of file KDTree.icc.
|
inline |
Definition at line 1454 of file KDTree.icc.
|
inline |
Definition at line 1465 of file KDTree.icc.
|
inline |
|
inline |
|
inline |
Definition at line 1476 of file KDTree.icc.
|
inline |
|
private |
Definition at line 1515 of file KDTree.icc.
|
inline |
|
friend |
|
mutableprivate |