#include "../../config.h"#include "../stuff/misc.h"#include "optimization_algorithm_property.h"#include <list>#include <iostream>#include <typeinfo>

Go to the source code of this file.
| Classes | |
| class | g2o::AbstractOptimizationAlgorithmCreator | 
| base for allocating an optimization algorithm  More... | |
| class | g2o::OptimizationAlgorithmFactory | 
| create solvers based on their short name  More... | |
| class | g2o::RegisterOptimizationAlgorithmProxy | 
| Namespaces | |
| g2o | |
| Macros | |
| #define | G2O_OAF_EXPORT | 
| #define | G2O_OAF_IMPORT | 
| #define | G2O_REGISTER_OPTIMIZATION_ALGORITHM(optimizername, instance) | 
| #define | G2O_REGISTER_OPTIMIZATION_LIBRARY(libraryname) extern "C" void G2O_OAF_EXPORT g2o_optimization_library_##libraryname(void) {} | 
| #define | G2O_USE_OPTIMIZATION_ALGORITHM(optimizername) | 
| #define | G2O_USE_OPTIMIZATION_LIBRARY(libraryname) | 
| #define G2O_OAF_EXPORT | 
Definition at line 148 of file optimization_algorithm_factory.h.
| #define G2O_OAF_IMPORT | 
Definition at line 149 of file optimization_algorithm_factory.h.
| #define G2O_REGISTER_OPTIMIZATION_ALGORITHM | ( | optimizername, | |
| instance | |||
| ) | 
Definition at line 159 of file optimization_algorithm_factory.h.
| #define G2O_REGISTER_OPTIMIZATION_LIBRARY | ( | libraryname | ) | extern "C" void G2O_OAF_EXPORT g2o_optimization_library_##libraryname(void) {} | 
Definition at line 152 of file optimization_algorithm_factory.h.
| #define G2O_USE_OPTIMIZATION_ALGORITHM | ( | optimizername | ) | 
Definition at line 163 of file optimization_algorithm_factory.h.
| #define G2O_USE_OPTIMIZATION_LIBRARY | ( | libraryname | ) | 
Definition at line 155 of file optimization_algorithm_factory.h.