Back to Point kd-tree search algorithms
// Description: Best-first neighbor searching algorithm for PointKdTree
// Documentation: pointkdtree_searchalgorithm.txt
#ifndef PASTELGEOMETRY_POINTKDTREE_BESTFIRST_SEARCHALGORITHM_H
#define PASTELGEOMETRY_POINTKDTREE_BESTFIRST_SEARCHALGORITHM_H
#include "pastel/geometry/pointkdtree/pointkdtree_searchalgorithm_concept.h"
namespace Pastel
{
class BestFirst_SearchAlgorithm_PointKdTree;
}
#include "pastel/geometry/bestfirst_pointkdtree_searchalgorithm.hpp"
#endif