g2o
|
Go to the source code of this file.
Classes | |
class | SlamParser::location |
Abstract a location. More... | |
Namespaces | |
SlamParser | |
Functions | |
const location | SlamParser::operator+ (const location &begin, const location &end) |
Join two location objects to create a location. More... | |
const location | SlamParser::operator+ (const location &begin, unsigned int width) |
Add two location objects. More... | |
location & | SlamParser::operator+= (location &res, unsigned int width) |
Add and assign a location. More... | |
bool | SlamParser::operator== (const location &loc1, const location &loc2) |
Compare two location objects. More... | |
bool | SlamParser::operator!= (const location &loc1, const location &loc2) |
Compare two location objects. More... | |
std::ostream & | SlamParser::operator<< (std::ostream &ostr, const location &loc) |
Intercept output stream redirection. More... | |
Define the SlamParser::location class.
Definition in file location.hh.