action which calls an GUI update after each iteration More...
#include <gui_hyper_graph_action.h>
Public Member Functions | |
GuiHyperGraphAction () | |
HyperGraphAction * | operator() (const HyperGraph *graph, Parameters *parameters=0) |
~GuiHyperGraphAction () | |
Public Attributes | |
bool | dumpScreenshots |
G2oQGLViewer * | viewer |
the viewer which visualizes the graph |
action which calls an GUI update after each iteration
Definition at line 31 of file gui_hyper_graph_action.h.
Definition at line 27 of file gui_hyper_graph_action.cpp.
Definition at line 33 of file gui_hyper_graph_action.cpp.
HyperGraphAction * g2o::GuiHyperGraphAction::operator() | ( | const HyperGraph * | graph, |
Parameters * | parameters = 0 |
||
) | [virtual] |
calling updateGL, processEvents to visualize the current state after each iteration
Reimplemented from g2o::HyperGraphAction.
Definition at line 37 of file gui_hyper_graph_action.cpp.
Definition at line 43 of file gui_hyper_graph_action.h.
the viewer which visualizes the graph
Definition at line 42 of file gui_hyper_graph_action.h.