NearestNeighborQueryEngine2.h File Reference
#include <Core/Vector/Vector2.h>
Go to the source code of this file.
Classes | |
struct | CubbyFlow::NearestNeighborQueryResult2< T > |
Nearest neighbor query result. More... | |
class | CubbyFlow::NearestNeighborQueryEngine2< T > |
Abstract base class for 2-D nearest neighbor query engine. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
template<typename T > | |
using | CubbyFlow::NearestNeighborDistanceFunc2 = std::function< double(const T &, const Vector2D &)> |
Nearest neighbor distance measure function. More... | |