|
g2o
|
#include <slam_context.h>

Public Member Functions | |
| SlamContext () | |
| virtual | ~SlamContext () |
| virtual bool | process (CommandNode *commandNode) |
Definition at line 36 of file slam_context.h.
| SlamParser::SlamContext::SlamContext | ( | ) |
Definition at line 36 of file slam_context.cpp.
|
virtual |
Definition at line 38 of file slam_context.cpp.
|
virtual |
Reimplemented in SlamParser::SlamContextInterface.
Definition at line 40 of file slam_context.cpp.
References SlamParser::CommandNode::commandType(), SlamParser::CT_ADD_EDGE, SlamParser::CT_ADD_NODE, SlamParser::CT_FIX, SlamParser::CT_QUERY_STATE, and SlamParser::CT_SOLVE_STATE.
Referenced by SlamParser::Parser::parse().