#include <guma_rkdtree.h>
Inheritance diagram for guma::kdrec::

Public Methods | |
| kdrec (const U *base) | |
| const V & | operator[] (size_t i) const |
Public Attributes | |
| const U * | m_base |
|
||||||||||
|
Definition at line 32 of file guma_rkdtree.h. References m_base.
00032 { m_base = base; }
|
|
||||||||||
|
Definition at line 33 of file guma_rkdtree.h.
00033 { return (*m_base)[i]; }
|
|
|||||
|
Definition at line 31 of file guma_rkdtree.h. Referenced by kdrec(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001