#include <iostream>
#include <map>
#include <memory>
#include <string>
#include "creators.h"
#include "g2o/config.h"
#include "g2o/stuff/misc.h"
#include "hyper_graph.h"
Go to the source code of this file.
◆ G2O_FACTORY_EXPORT
| #define G2O_FACTORY_EXPORT |
◆ G2O_FACTORY_IMPORT
| #define G2O_FACTORY_IMPORT |
◆ G2O_REGISTER_TYPE
| #define G2O_REGISTER_TYPE |
( |
|
name, |
|
|
|
classname |
|
) |
| |
Value:
#define G2O_FACTORY_EXPORT
Definition at line 148 of file factory.h.
◆ G2O_REGISTER_TYPE_GROUP
| #define G2O_REGISTER_TYPE_GROUP |
( |
|
typeGroupName | ) |
extern "C" void G2O_FACTORY_EXPORT g2o_type_group_##typeGroupName(void) {} |
◆ G2O_USE_TYPE_BY_CLASS_NAME
| #define G2O_USE_TYPE_BY_CLASS_NAME |
( |
|
classname | ) |
|
Value:
#define G2O_FACTORY_IMPORT
Definition at line 152 of file factory.h.
◆ G2O_USE_TYPE_GROUP
| #define G2O_USE_TYPE_GROUP |
( |
|
typeGroupName | ) |
|
Value:
g2o_type_group_##typeGroupName);
Definition at line 159 of file factory.h.