g2o
Classes | Namespaces | Functions
location.hh File Reference
#include <iostream>
#include <string>
#include "position.hh"
Include dependency graph for location.hh:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Define the SlamParser::location class.

Definition in file location.hh.