g2o
Loading...
Searching...
No Matches
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)
 
virtual HyperGraphElementActionoperator() (const HyperGraph::HyperGraphElement *element, Parameters *parameters)
 
virtual ~HyperGraphElementAction ()
 
const std::string & typeName () const
 returns the typeid name of the action
 
const std::string & name () const
 returns the name of an action, e.g "draw"
 
void setTypeName (const std::string &typeName_)
 sets the type on which an action has to operate
 

Additional Inherited Members

- Public Types inherited from g2o::HyperGraphElementAction
typedef std::shared_ptr< HyperGraphElementActionHyperGraphElementActionPtr
 
typedef std::map< std::string, HyperGraphElementActionPtrActionMap
 
- Protected Attributes inherited from g2o::HyperGraphElementAction
std::string _typeName
 
std::string _name
 

Detailed Description

brief write into gnuplot

Definition at line 189 of file hyper_graph_action.h.

Constructor & Destructor Documentation

◆ WriteGnuplotAction()

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

Definition at line 206 of file hyper_graph_action.cpp.

207 : HyperGraphElementAction(typeName_) {
208 _name = "writeGnuplot";
209}
HyperGraphElementAction(const std::string &typeName_="")

References g2o::HyperGraphElementAction::_name.


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