48 std::string inputFilename;
49 std::string loadLookup;
50 arg.
param(
"renameTypes", loadLookup,
"",
51 "create a lookup for loading types into other types,\n\t "
52 "TAG_IN_FILE=INTERNAL_TAG_FOR_TYPE,TAG2=INTERNAL2\n\t e.g., "
53 "VERTEX_CAM=VERTEX_SE3:EXPMAP");
55 "graph file which will be processed",
true);
70 if (loadLookup.size() > 0) {
73 mw.viewer->graph = optimizer;
77 guiHyperGraphAction.
viewer = mw.viewer;
81 if (inputFilename.size() > 0) {
85 QCoreApplication* myapp = QApplication::instance();
86 while (mw.isVisible()) {
87 guiHyperGraphAction.
dumpScreenshots = mw.actionDump_Images->isChecked();
88 if (myapp) myapp->processEvents();
89 SleepThread::msleep(10);
main window of the g2o viewer
void updateDisplayedSolvers()
bool loadFromFile(const QString &filename)
void updateRobustKernels()