#include <gul_types.h>
Inheritance diagram for gul::kdpoint::
Public Methods | |
kdpoint (const EP &P, void *id) | |
const T & | operator[] (size_t i) const |
Public Attributes | |
EP | m_P |
void * | m_id |
|
Definition at line 1867 of file gul_types.h.
|
|
Definition at line 1868 of file gul_types.h. References m_P.
01868 { return m_P[i]; } |
|
Definition at line 1865 of file gul_types.h. Referenced by kdpoint(). |
|
Definition at line 1864 of file gul_types.h. Referenced by kdpoint(), and operator[](). |