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

guma::kdtsnode Class Template Reference

#include <guma_rkdtree.h>

Inheritance diagram for guma::kdtsnode::

gul::pool_object List of all members.

Public Methods

 kdtsnode (const kdtnode< U, V > *n, const gul::Ptr< V > &D, V d)

Public Attributes

const kdtnode< U, V > * m_n
gul::Ptr< V > m_D
m_d

template<class U, class V>
class guma::kdtsnode< U, V >


Constructor & Destructor Documentation

template<class U, class V>
guma::kdtsnode< U, V >::kdtsnode const kdtnode< U, V > *    n,
const gul::Ptr< V > &    D,
  d
[inline]
 

Definition at line 187 of file guma_rkdtree.h.

References m_d.

00188   {
00189     m_n = n;
00190     m_D = D;
00191     m_d = d;
00192   } 


Member Data Documentation

template<class U, class V>
V guma::kdtsnode::m_d
 

Definition at line 186 of file guma_rkdtree.h.

Referenced by kdtsnode().

template<class U, class V>
gul::Ptr<V> guma::kdtsnode::m_D
 

Definition at line 185 of file guma_rkdtree.h.

template<class U, class V>
const kdtnode<U,V>* guma::kdtsnode::m_n
 

Definition at line 184 of file guma_rkdtree.h.


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