#include <vector>
#include <iostream>
#include <cstdlib>
#include <boost/unordered_map.hpp>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | ompl::Grid< _T >::Cell |
Definition of a cell in this grid. More... | |
struct | ompl::Grid< _T >::EqualCoordPtr |
Equality operator for coordinate pointers. More... | |
class | ompl::Grid< _T > |
Representation of a simple grid. More... | |
struct | ompl::Grid< _T >::HashFunCoordPtr |
Hash function for coordinates. More... | |
struct | ompl::Grid< _T >::SortComponents |
Helper to sort components by size. More... | |
Namespaces | |
namespace | ompl |
Main namespace. Contains everything in this library. |