g2o
|
#include <edge_se2.h>
Public Member Functions | |
EdgeSE2WriteGnuplotAction () | |
virtual HyperGraphElementAction * | operator() (HyperGraph::HyperGraphElement *element, HyperGraphElementAction::Parameters *params_) |
redefine this to do the action stuff. If successful, the action returns a pointer to itself More... | |
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) |
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 |
Definition at line 95 of file edge_se2.h.
g2o::EdgeSE2WriteGnuplotAction::EdgeSE2WriteGnuplotAction | ( | ) |
Definition at line 103 of file edge_se2.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 105 of file edge_se2.cpp.
References __PRETTY_FUNCTION__, g2o::HyperGraphElementAction::_typeName, g2o::opengl::drawArrow2D(), g2o::BaseVertex< D, T >::estimate(), g2o::SE2::inverse(), g2o::BaseEdge< D, E >::measurement(), g2o::HyperGraphElementAction::name(), g2o::WriteGnuplotAction::Parameters::os, POSE_EDGE_COLOR, POSE_EDGE_GHOST_COLOR, RAD2DEG, g2o::DrawAction::refreshPropertyPtrs(), g2o::SE2::rotation(), g2o::SE2::translation(), and g2o::HyperGraph::Edge::vertex().