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 1489 of file KDTree.icc.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1395 of file KDTree.icc.
|
inline |
Definition at line 1405 of file KDTree.icc.
|
inline |
Definition at line 1415 of file KDTree.icc.
|
inline |
Definition at line 1426 of file KDTree.icc.
|
inline |
Definition at line 1437 of file KDTree.icc.
|
inline |
Definition at line 1447 of file KDTree.icc.
|
inline |
Definition at line 1457 of file KDTree.icc.
|
inline |
Definition at line 1468 of file KDTree.icc.
|
inline |
|
inline |
|
inline |
Definition at line 1479 of file KDTree.icc.
|
inline |
|
private |
Definition at line 1518 of file KDTree.icc.
|
inline |
|
friend |
|
mutableprivate |