Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
kdtree.h File Reference

Go to the source code of this file.

Classes

struct  mitsuba::SimpleKDNode< _PointType, _DataRecord >
 Simple kd-tree node for use with PointKDTree. More...
 
struct  mitsuba::LeftBalancedKDNode< _PointType, _DataRecord >
 Left-balanced kd-tree node for use with PointKDTree. More...
 
class  mitsuba::PointKDTree< _NodeType >
 Generic multi-dimensional kd-tree data structure for point data. More...
 
struct  mitsuba::PointKDTree< _NodeType >::SearchResult
 Result data type for k-nn queries. More...
 
struct  mitsuba::PointKDTree< _NodeType >::SearchResultComparator
 Comparison functor for nearest-neighbor search queries. More...
 
struct  mitsuba::PointKDTree< _NodeType >::CoordinateOrdering
 
struct  mitsuba::PointKDTree< _NodeType >::LessThanOrEqual
 

Namespaces

 mitsuba
 

Macros

#define __MITSUBA_CORE_KDTREE_H_
 

Macro Definition Documentation

#define __MITSUBA_CORE_KDTREE_H_