g2o
|
#include "g2o_common.h"
#include "dl_wrapper.h"
#include "g2o/stuff/string_tools.h"
#include "g2o/stuff/filesys_tools.h"
#include <vector>
#include <iostream>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
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 =string("*_types_*")+string(G2O_LIBRARY_POSTFIX)+string(".")+string(SO_EXT) |
static const string | SOLVERS_PATTERN =string("*_solver_*")+string(G2O_LIBRARY_POSTFIX)+string(".")+string(SO_EXT) |
#define G2O_LIBRARY_POSTFIX "" |
Definition at line 78 of file g2o_common.cpp.
Referenced by ADD_LIBRARY().
#define PATH_SEPARATOR ";" |
Definition at line 61 of file g2o_common.cpp.
Referenced by g2o::loadStandardSolver(), and g2o::loadStandardTypes().
#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 82 of file g2o_common.cpp.
Referenced by g2o::loadStandardSolver().
|
static |
Definition at line 81 of file g2o_common.cpp.
Referenced by g2o::loadStandardTypes().