#include <algorithm>
#include <memory>
#include <string>
#include "lvr2/reconstruction/SearchTree.hpp"
#include "lvr2/io/PointBuffer.hpp"
#include "lvr2/util/Factories.tcc"
Go to the source code of this file.
Namespaces | |
lvr2 | |
Functions | |
template<typename BaseVecT > | |
SearchTreePtr< BaseVecT > | lvr2::getSearchTree (string name, PointBufferPtr buffer) |
Returns the search tree implementation specified by name . More... | |