Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

gul::kdpoint Struct Template Reference

#include <gul_types.h>

Inheritance diagram for gul::kdpoint::

gul::pool_object List of all members.

Public Methods

 kdpoint (const EP &P, void *id)
const T & operator[] (size_t i) const

Public Attributes

EP m_P
void * m_id

template<class T, class EP>
struct gul::kdpoint< T, EP >


Constructor & Destructor Documentation

template<class T, class EP>
gul::kdpoint< T, EP >::kdpoint const EP &    P,
void *    id
[inline]
 

Definition at line 1867 of file gul_types.h.

References m_id, and m_P.

01867 { m_P = P; m_id = id; }


Member Function Documentation

template<class T, class EP>
const T& gul::kdpoint< T, EP >::operator[] size_t    i const [inline]
 

Definition at line 1868 of file gul_types.h.

References m_P.

01868 { return m_P[i]; }


Member Data Documentation

template<class T, class EP>
void* gul::kdpoint::m_id
 

Definition at line 1865 of file gul_types.h.

Referenced by kdpoint().

template<class T, class EP>
EP gul::kdpoint::m_P
 

Definition at line 1864 of file gul_types.h.

Referenced by kdpoint(), and operator[]().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 21 04:17:58 2002 for GUL 0.6 - Geometry Utility Library by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001