|
g2o
|
#include "g2o_common.h"#include <cstdlib>#include <iostream>#include <vector>#include "dl_wrapper.h"#include "g2o/stuff/filesys_tools.h"#include "g2o/stuff/string_tools.h"
Go to the source code of this file.
Namespaces | |
| namespace | g2o |
Macros | |
| #define | SO_EXT "so" |
| #define | PATH_SEPARATOR ";" |
| #define | G2O_LIBRARY_POSTFIX "" |
Functions | |
| static void | fakeFunctionForWindows () |
| HMODULE | getMyInstance () |
| void | g2o::findArguments (const std::string &option, vector< string > &args, int argc, char **argv) |
| void | g2o::loadStandardTypes (DlWrapper &dlTypesWrapper, int argc, char **argv) |
| void | g2o::loadStandardSolver (DlWrapper &dlSolverWrapper, int argc, char **argv) |
Variables | |
| static const string | TYPES_PATTERN |
| static const string | SOLVERS_PATTERN |
| #define G2O_LIBRARY_POSTFIX "" |
Definition at line 77 of file g2o_common.cpp.
| #define PATH_SEPARATOR ";" |
Definition at line 61 of file g2o_common.cpp.
| #define SO_EXT "so" |
Definition at line 46 of file g2o_common.cpp.
|
static |
| HMODULE getMyInstance | ( | ) |
Definition at line 65 of file g2o_common.cpp.
References fakeFunctionForWindows().
Referenced by g2o::loadStandardSolver(), and g2o::loadStandardTypes().
|
static |
Definition at line 83 of file g2o_common.cpp.
Referenced by g2o::loadStandardSolver().
|
static |
Definition at line 80 of file g2o_common.cpp.
Referenced by g2o::loadStandardTypes().