main window of the g2o viewer More...
#include <main_window.h>
main window of the g2o viewer
Definition at line 35 of file apps/g2o_viewer/main_window.h.
MainWindow::MainWindow | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | flags = 0 |
||
) |
Definition at line 35 of file apps/g2o_viewer/main_window.cpp.
Definition at line 46 of file apps/g2o_viewer/main_window.cpp.
MainWindow::MainWindow | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | flags = 0 |
||
) |
bool MainWindow::allocateSolver | ( | bool & | allocatedNewSolver | ) | [protected] |
Definition at line 234 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::fixGraph | ( | ) | [protected] |
void MainWindow::fixGraph | ( | ) | [protected] |
Definition at line 131 of file apps/g2o_viewer/main_window.cpp.
bool MainWindow::load | ( | const QString & | filename | ) | [protected] |
Definition at line 208 of file apps/g2o_viewer/main_window.cpp.
bool MainWindow::loadFromFile | ( | const QString & | filename | ) |
load a graph on which we will operate from a file
Definition at line 302 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_actionDefault_Background_triggered | ( | bool | ) | [slot] |
Definition at line 319 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_actionLoad_triggered | ( | bool | ) | [slot] |
void MainWindow::on_actionLoad_triggered | ( | bool | ) | [slot] |
Definition at line 50 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_actionQuit_triggered | ( | bool | ) | [slot] |
void MainWindow::on_actionQuit_triggered | ( | bool | ) | [slot] |
Definition at line 156 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_actionSave_triggered | ( | bool | ) | [slot] |
void MainWindow::on_actionSave_triggered | ( | bool | ) | [slot] |
Definition at line 58 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_actionWhite_Background_triggered | ( | bool | ) | [slot] |
Definition at line 313 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_btnForceStop_clicked | ( | ) | [slot] |
Definition at line 297 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_btnInitialGuess_clicked | ( | ) | [slot] |
void MainWindow::on_btnInitialGuess_clicked | ( | ) | [slot] |
Definition at line 121 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::on_btnOptimize_clicked | ( | ) | [slot] |
void MainWindow::on_btnOptimize_clicked | ( | ) | [slot] |
Definition at line 71 of file apps/g2o_viewer/main_window.cpp.
bool MainWindow::prepare | ( | ) | [protected] |
Definition at line 262 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::setRobustKernel | ( | ) | [protected] |
Definition at line 284 of file apps/g2o_viewer/main_window.cpp.
void MainWindow::updateDisplayedSolvers | ( | ) |
list the available solvers in the GUI
Definition at line 161 of file apps/g2o_viewer/main_window.cpp.
Definition at line 74 of file apps/g2o_viewer/main_window.h.
bool MainWindow::_forceStopFlag [protected] |
Definition at line 73 of file apps/g2o_viewer/main_window.h.
std::vector<g2o::SolverProperty> MainWindow::_knownSolvers [protected] |
Definition at line 71 of file apps/g2o_viewer/main_window.h.
int MainWindow::_lastSolver [protected] |
Definition at line 72 of file apps/g2o_viewer/main_window.h.