#include "hyper_graph.h"#include "../stuff/property.h"#include <typeinfo>#include <iosfwd>#include <set>#include <string>#include <iostream>

Go to the source code of this file.
Classes | |
| class | g2o::DrawAction |
| draw actions More... | |
| class | g2o::HyperGraphAction |
| Abstract action that operates on an entire graph. More... | |
| class | g2o::HyperGraphActionLibrary |
| library of actions, indexed by the action name; More... | |
| class | g2o::HyperGraphElementAction |
| Abstract action that operates on a graph entity. More... | |
| class | g2o::HyperGraphElementActionCollection |
| collection of actions More... | |
| class | g2o::DrawAction::Parameters |
| struct | g2o::WriteGnuplotAction::Parameters |
| struct | g2o::HyperGraphElementAction::Parameters |
| class | g2o::HyperGraphAction::Parameters |
| class | g2o::HyperGraphAction::ParametersIteration |
| class | g2o::RegisterActionProxy< T > |
| class | g2o::WriteGnuplotAction |
Namespaces | |
| g2o | |
Macros | |
| #define | G2O_REGISTER_ACTION(classname) |
Functions | |
| void | g2o::applyAction (HyperGraph *graph, HyperGraphElementAction *action, HyperGraphElementAction::Parameters *params, const std::string &typeName) |
| #define G2O_REGISTER_ACTION | ( | classname | ) |
Definition at line 217 of file hyper_graph_action.h.