#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "g2o/stuff/misc.h"
#include "g2o_core_api.h"
Go to the source code of this file.
◆ G2O_REGISTER_ROBUST_KERNEL
| #define G2O_REGISTER_ROBUST_KERNEL |
( |
|
name, |
|
|
|
classname |
|
) |
| |
Value: extern "C" void G2O_ROBUST_KERNEL_FACTORY_EXPORT \
g2o_robust_kernel_##classname(void) {} \
g_robust_kernel_proxy_##classname(#name);
Definition at line 139 of file robust_kernel_factory.h.
141 {} \
143 g_robust_kernel_proxy_##classname(#name);
◆ G2O_ROBUST_KERNEL_FACTORY_EXPORT
| #define G2O_ROBUST_KERNEL_FACTORY_EXPORT |
◆ G2O_ROBUST_KERNEL_FACTORY_IMPORT
| #define G2O_ROBUST_KERNEL_FACTORY_IMPORT |
◆ G2O_USE_ROBUST_KERNEL
| #define G2O_USE_ROBUST_KERNEL |
( |
|
classname | ) |
|
Value: extern "C" void G2O_ROBUST_KERNEL_FACTORY_IMPORT \
g2o_robust_kernel_##classname(void); \
g2o_robust_kernel_##classname);
Definition at line 145 of file robust_kernel_factory.h.