|
g2o
|
write the vertex to some Gnuplot data file More...
#include <vertex_se3.h>


Public Member Functions | |
| VertexSE3WriteGnuplotAction () | |
| virtual HyperGraphElementAction * | operator() (HyperGraph::HyperGraphElement *element, HyperGraphElementAction::Parameters *params_) |
Public Member Functions inherited from g2o::WriteGnuplotAction | |
| WriteGnuplotAction (const std::string &typeName_) | |
Public Member Functions inherited from g2o::HyperGraphElementAction | |
| HyperGraphElementAction (const std::string &typeName_="") | |
| virtual HyperGraphElementAction * | operator() (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< HyperGraphElementAction > | HyperGraphElementActionPtr |
| typedef std::map< std::string, HyperGraphElementActionPtr > | ActionMap |
Protected Attributes inherited from g2o::HyperGraphElementAction | |
| std::string | _typeName |
| std::string | _name |
write the vertex to some Gnuplot data file
Definition at line 127 of file vertex_se3.h.
| g2o::VertexSE3WriteGnuplotAction::VertexSE3WriteGnuplotAction | ( | ) |
Definition at line 57 of file vertex_se3.cpp.
|
virtual |
redefine this to do the action stuff. If successful, the action returns a pointer to itself
Reimplemented from g2o::HyperGraphElementAction.
Definition at line 60 of file vertex_se3.cpp.
References g2o::HyperGraphElementAction::_typeName, g2o::BaseVertex< D, T >::estimate(), g2o::WriteGnuplotAction::Parameters::os, and g2o::internal::toVectorMQT().