#include <hyper_graph_action.h>
Classes | |
struct | Parameters |
Public Member Functions | |
WriteGnuplotAction (const std::string &typeName_) | |
Public Member Functions inherited from g2o::HyperGraphElementAction | |
HyperGraphElementAction (const std::string &typeName_="") | |
const std::string & | name () const |
returns the name of an action, e.g "draw" More... | |
virtual HyperGraphElementAction * | operator() (HyperGraph::HyperGraphElement *element, Parameters *parameters) |
redefine this to do the action stuff. If successful, the action returns a pointer to itself More... | |
virtual HyperGraphElementAction * | operator() (const HyperGraph::HyperGraphElement *element, Parameters *parameters) |
redefine this to do the action stuff. If successful, the action returns a pointer to itself More... | |
void | setTypeName (const std::string &typeName_) |
sets the type on which an action has to operate More... | |
const std::string & | typeName () const |
returns the typeid name of the action More... | |
virtual | ~HyperGraphElementAction () |
destroyed actions release the memory More... | |
Additional Inherited Members | |
Public Types inherited from g2o::HyperGraphElementAction | |
typedef std::map< std::string, HyperGraphElementAction * > | ActionMap |
Protected Attributes inherited from g2o::HyperGraphElementAction | |
std::string | _name |
std::string | _typeName |
brief write into gnuplot
Definition at line 166 of file hyper_graph_action.h.
g2o::WriteGnuplotAction::WriteGnuplotAction | ( | const std::string & | typeName_ | ) |
Definition at line 220 of file hyper_graph_action.cpp.