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