#include "TreeUtils.hpp"
#include "SLAMScanWrapper.hpp"
#include <memory>
#include <limits>
#include <boost/shared_array.hpp>
Go to the source code of this file.
Classes | |
class | lvr2::KDTree |
a kd-Tree Implementation for nearest Neighbor searches More... | |
Namespaces | |
lvr2 | |
Typedefs | |
using | lvr2::KDTreePtr = std::shared_ptr< KDTree > |