|
g2o
|
#include "g2o/config.h"#include "g2o/core/creators.h"#include "g2o/core/factory.h"#include "g2o/stuff/macros.h"#include "robot_laser.h"#include "vertex_ellipse.h"#include "vertex_tag.h"
Go to the source code of this file.
Namespaces | |
| namespace | g2o |
Functions | |
| g2o::G2O_REGISTER_TYPE_GROUP (data) | |
| g2o::G2O_REGISTER_TYPE (VERTEX_TAG, VertexTag) | |
| g2o::G2O_REGISTER_TYPE (ROBOTLASER1, RobotLaser) | |
| g2o::G2O_REGISTER_TYPE (VERTEX_ELLIPSE, VertexEllipse) | |