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