|
g2o
|
action which calls an GUI update after each iteration More...
#include <gui_hyper_graph_action.h>


Public Member Functions | |
| GuiHyperGraphAction () | |
| ~GuiHyperGraphAction () | |
| HyperGraphAction * | operator() (const HyperGraph *graph, Parameters *parameters=0) |
Public Member Functions inherited from g2o::HyperGraphAction | |
| virtual | ~HyperGraphAction () |
Public Attributes | |
| G2oQGLViewer * | viewer |
| the viewer which visualizes the graph | |
| bool | dumpScreenshots |
action which calls an GUI update after each iteration
Definition at line 32 of file gui_hyper_graph_action.h.
| g2o::GuiHyperGraphAction::GuiHyperGraphAction | ( | ) |
Definition at line 28 of file gui_hyper_graph_action.cpp.
| g2o::GuiHyperGraphAction::~GuiHyperGraphAction | ( | ) |
Definition at line 31 of file gui_hyper_graph_action.cpp.
|
virtual |
calling updateGL, processEvents to visualize the current state after each iteration
Reimplemented from g2o::HyperGraphAction.
Definition at line 33 of file gui_hyper_graph_action.cpp.
References dumpScreenshots, g2o::HyperGraphAction::ParametersIteration::iteration, g2o::G2oQGLViewer::setUpdateDisplay(), and viewer.
| bool g2o::GuiHyperGraphAction::dumpScreenshots |
Definition at line 45 of file gui_hyper_graph_action.h.
Referenced by operator()(), and g2o::RunG2OViewer::run().
| G2oQGLViewer* g2o::GuiHyperGraphAction::viewer |
the viewer which visualizes the graph
Definition at line 44 of file gui_hyper_graph_action.h.
Referenced by operator()(), and g2o::RunG2OViewer::run().