g2o
|
#include <string>
#include <map>
#include <sstream>
#include "string_tools.h"
#include "g2o_stuff_api.h"
Go to the source code of this file.
Classes | |
class | g2o::BaseProperty |
class | g2o::Property< T > |
class | g2o::PropertyMap |
a collection of properties mapping from name to the property itself More... | |
Namespaces | |
g2o | |
Typedefs | |
typedef Property< int > | g2o::IntProperty |
typedef Property< bool > | g2o::BoolProperty |
typedef Property< float > | g2o::FloatProperty |
typedef Property< double > | g2o::DoubleProperty |
typedef Property< std::string > | g2o::StringProperty |