Abstract action that operates on an entire graph. More...
#include <hyper_graph_action.h>
Classes | |
class | Parameters |
class | ParametersIteration |
Public Member Functions | |
virtual HyperGraphAction * | operator() (const HyperGraph *graph, Parameters *parameters=0) |
virtual | ~HyperGraphAction () |
Abstract action that operates on an entire graph.
Definition at line 32 of file hyper_graph_action.h.
g2o::HyperGraphAction::~HyperGraphAction | ( | ) | [virtual] |
Definition at line 36 of file hyper_graph_action.cpp.
HyperGraphAction * g2o::HyperGraphAction::operator() | ( | const HyperGraph * | graph, |
Parameters * | parameters = 0 |
||
) | [virtual] |
re-implement to carry out an action given the graph
Reimplemented in g2o::GuiHyperGraphAction.
Definition at line 40 of file hyper_graph_action.cpp.