#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 | |
namespace | g2o |
Executes code, only if secs are gone since last exec. | |
Defines | |
#define | G2O_LIBRARY_POSTFIX "" |
#define | PATH_SEPARATOR ";" |
#define | SO_EXT "so" |
Functions | |
static void | fakeFunctionForWindows () |
void | g2o::findArguments (const std::string &option, vector< string > &args, int argc, char **argv) |
HMODULE | getMyInstance () |
void | g2o::loadStandardSolver (DlWrapper &dlSolverWrapper, int argc, char **argv) |
void | g2o::loadStandardTypes (DlWrapper &dlTypesWrapper, int argc, char **argv) |
Variables | |
static const string | SOLVERS_PATTERN = string("*_solver_*")+string(G2O_LIBRARY_POSTFIX)+string(".")+string(SO_EXT) |
static const string | TYPES_PATTERN = string("*_types_*")+string(G2O_LIBRARY_POSTFIX)+string(".")+string(SO_EXT) |
#define G2O_LIBRARY_POSTFIX "" |
Definition at line 62 of file g2o_common.cpp.
#define PATH_SEPARATOR ";" |
Definition at line 45 of file g2o_common.cpp.
#define SO_EXT "so" |
Definition at line 36 of file g2o_common.cpp.
static void fakeFunctionForWindows | ( | ) | [static] |
Definition at line 47 of file g2o_common.cpp.
HMODULE getMyInstance | ( | ) |
Definition at line 49 of file g2o_common.cpp.
const string SOLVERS_PATTERN = string("*_solver_*")+string(G2O_LIBRARY_POSTFIX)+string(".")+string(SO_EXT) [static] |
Definition at line 66 of file g2o_common.cpp.
const string TYPES_PATTERN = string("*_types_*")+string(G2O_LIBRARY_POSTFIX)+string(".")+string(SO_EXT) [static] |
Definition at line 65 of file g2o_common.cpp.