Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mitsuba::PointKDTree< _NodeType >::SearchResultComparator Struct Reference

Comparison functor for nearest-neighbor search queries. More...

#include <mitsuba/core/kdtree.h>

+ Inheritance diagram for mitsuba::PointKDTree< _NodeType >::SearchResultComparator:

Public Member Functions

bool operator() (const SearchResult &a, const SearchResult &b) const
 

Detailed Description

template<typename _NodeType>
struct mitsuba::PointKDTree< _NodeType >::SearchResultComparator

Comparison functor for nearest-neighbor search queries.

Member Function Documentation

template<typename _NodeType>
bool mitsuba::PointKDTree< _NodeType >::SearchResultComparator::operator() ( const SearchResult a,
const SearchResult b 
) const
inline

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