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