#include <edge_se2.h>

Public Member Functions | |
| EdgeSE2DrawAction () | |
| 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 | |
Definition at line 88 of file types/slam2d/edge_se2.h.
| virtual HyperGraphElementAction* g2o::EdgeSE2DrawAction::operator() | ( | HyperGraph::HyperGraphElement * | element, |
| HyperGraphElementAction::Parameters * | parameters | ||
| ) | [virtual] |
redefine this to do the action stuff. If successful, the action returns a pointer to itself
Reimplemented from g2o::HyperGraphElementAction.