|
g2o
|
#include <map>#include <sstream>#include <string>#include "g2o_stuff_api.h"#include "string_tools.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 | |
| namespace | 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 |