g2o
Classes | Public Member Functions | List of all members
g2o::WriteGnuplotAction Class Reference

#include <hyper_graph_action.h>

Inheritance diagram for g2o::WriteGnuplotAction:
Inheritance graph
[legend]
Collaboration diagram for g2o::WriteGnuplotAction:
Collaboration graph
[legend]

Classes

struct  Parameters
 

Public Member Functions

 WriteGnuplotAction (const std::string &typeName_)
 
- Public Member Functions inherited from g2o::HyperGraphElementAction
 HyperGraphElementAction (const std::string &typeName_="")
 
virtual HyperGraphElementActionoperator() (HyperGraph::HyperGraphElement *element, Parameters *parameters)
 redefine this to do the action stuff. If successful, the action returns a pointer to itself More...
 
virtual HyperGraphElementActionoperator() (const HyperGraph::HyperGraphElement *element, Parameters *parameters)
 redefine this to do the action stuff. If successful, the action returns a pointer to itself More...
 
virtual ~HyperGraphElementAction ()
 destroyed actions release the memory More...
 
const std::string & typeName () const
 returns the typeid name of the action More...
 
const std::string & name () const
 returns the name of an action, e.g "draw" More...
 
void setTypeName (const std::string &typeName_)
 sets the type on which an action has to operate 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 _typeName
 
std::string _name
 

Detailed Description

brief write into gnuplot

Definition at line 168 of file hyper_graph_action.h.

Constructor & Destructor Documentation

g2o::WriteGnuplotAction::WriteGnuplotAction ( const std::string &  typeName_)

Definition at line 221 of file hyper_graph_action.cpp.

References g2o::HyperGraphElementAction::_name.

222  : HyperGraphElementAction(typeName_)
223  {
224  _name="writeGnuplot";
225  }
HyperGraphElementAction(const std::string &typeName_="")

The documentation for this class was generated from the following files: