Template Function lvr2::getSearchTree

Function Documentation

template<typename BaseVecT>
SearchTreePtr<BaseVecT> lvr2::getSearchTree(string name, PointBufferPtr buffer)

Returns the search tree implementation specified by name.

If name doesn’t contain a valid implementation, nullptr is returned. Currently, the only supported implementation is “flann”.