#include <string>
Go to the source code of this file.
Classes | |
class | nav_grid::GenericIndex< NumericType > |
A simple pair of x/y coordinates. More... | |
Namespaces | |
nav_grid | |
Typedefs | |
using | nav_grid::Index = GenericIndex< unsigned int > |
using | nav_grid::SignedIndex = GenericIndex< int > |
Functions | |
template<typename NumericType > | |
std::ostream & | nav_grid::operator<< (std::ostream &stream, const GenericIndex< NumericType > &index) |