ListQueryEngine.hpp File Reference

Go to the source code of this file.

Classes

class  CubbyFlow::ListQueryEngine< T, N >
 Ad-hoc list-based N-D intersection/nearest-neighbor query engine. More...
 

Namespaces

 CubbyFlow
 

Typedefs

template<typename T >
using CubbyFlow::ListQueryEngine2 = ListQueryEngine< T, 2 >
 2-D ListQueryEngine type. More...
 
template<typename T >
using CubbyFlow::ListQueryEngine3 = ListQueryEngine< T, 3 >
 3-D ListQueryEngine type. More...