UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::structure::ikdtree::Item< T, DIMENSIONS > Singleton Reference

#include <ugdk/structure/intervalkdtree.h>

Inheritance diagram for ugdk::structure::ikdtree::Item< T, DIMENSIONS >:
Collaboration diagram for ugdk::structure::ikdtree::Item< T, DIMENSIONS >:

Public Member Functions

 Item (const Box< DIMENSIONS > &bounding_box, const T &element)
 
 ~Item ()
 
const T & element () const
 
void set_container_node (Node< T, DIMENSIONS > *container_node)
 
Node< T, DIMENSIONS > * container_node () const
 
- Public Member Functions inherited from ugdk::structure::Box< DIMENSIONS >
 Box ()
 
 Box (const Point &min_coordinates, const Point &max_coordinates)
 
virtual ~Box ()
 
void UpdateBox (const Box &)
 
bool IsBelow (int depth, Coordinate boundary) const
 
bool IsAbove (int depth, Coordinate boundary) const
 
bool Contains (const Box &box) const
 
bool Intersects (const Box *box) const
 
const Pointmin_coordinates () const
 
const Pointmax_coordinates () const
 

Additional Inherited Members

- Public Types inherited from ugdk::structure::Box< DIMENSIONS >
typedef std::array< Coordinate,
DIMENSIONS > 
Point
 
- Protected Attributes inherited from ugdk::structure::Box< DIMENSIONS >
Point min_coordinates_
 
Point max_coordinates_
 

Constructor & Destructor Documentation

template<class T , int DIMENSIONS>
ugdk::structure::ikdtree::Item< T, DIMENSIONS >::Item ( const Box< DIMENSIONS > &  bounding_box,
const T &  element 
)
template<class T , int DIMENSIONS>
ugdk::structure::ikdtree::Item< T, DIMENSIONS >::~Item ( )

Member Function Documentation

template<class T , int DIMENSIONS>
Node< T, DIMENSIONS > * ugdk::structure::ikdtree::Item< T, DIMENSIONS >::container_node ( ) const
template<class T , int DIMENSIONS>
const T & ugdk::structure::ikdtree::Item< T, DIMENSIONS >::element ( ) const
template<class T , int DIMENSIONS>
void ugdk::structure::ikdtree::Item< T, DIMENSIONS >::set_container_node ( Node< T, DIMENSIONS > *  container_node)

The documentation for this singleton was generated from the following file: