![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
| iterator () | |
| iterator (const iterator ©) | |
| ~iterator () | |
| 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 |
| bool | operator== (const iterator &rIterator) const |
| bool | operator!= (const iterator &rIterator) const |
| iterator & | operator= (const iterator &rhs) |
| Bin & | operator* () |
| const Bin & | operator* () const |
| Bin * | operator-> () |
| const Bin * | operator-> () 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>
Collaboration diagram for ROOT::Math::KDTree< _DataPoint >::iterator:
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
private |
Definition at line 1485 of file KDTree.icc.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1391 of file KDTree.icc.
|
inline |
Definition at line 1401 of file KDTree.icc.
|
inline |
Definition at line 1411 of file KDTree.icc.
|
inline |
Definition at line 1422 of file KDTree.icc.
|
inline |
Definition at line 1433 of file KDTree.icc.
|
inline |
Definition at line 1443 of file KDTree.icc.
|
inline |
Definition at line 1453 of file KDTree.icc.
|
inline |
Definition at line 1464 of file KDTree.icc.
|
inline |
|
inline |
|
inline |
Definition at line 1475 of file KDTree.icc.
|
inline |
|
private |
Definition at line 1514 of file KDTree.icc.
|
inline |
|
friend |
|
mutableprivate |
Definition at line 326 of file KDTree.h.
Referenced by ROOT::Math::KDTree< _DataPoint >::iterator::operator*(), ROOT::Math::KDTree< _DataPoint >::iterator::operator->(), ROOT::Math::KDTree< _DataPoint >::iterator::operator=(), ROOT::Math::KDTree< _DataPoint >::iterator::operator==(), and ROOT::Math::KDTree< _DataPoint >::iterator::TN().