|
g2o
|
#include <commands.h>

Public Member Functions | |
| CommandNode (CommandType commandType, const std::string &tag) | |
| virtual | ~CommandNode () |
| CommandType | commandType () const |
| const std::string & | tag () const |
Protected Attributes | |
| CommandType | _commandType |
| std::string | _tag |
Definition at line 43 of file commands.h.
|
inline |
Definition at line 45 of file commands.h.
|
inlinevirtual |
Definition at line 47 of file commands.h.
|
inline |
Definition at line 48 of file commands.h.
References _commandType.
Referenced by SlamParser::SlamContextInterface::process(), and SlamParser::SlamContext::process().
|
inline |
Definition at line 49 of file commands.h.
References _tag.
Referenced by SlamParser::SlamContextInterface::process().
|
protected |
Definition at line 52 of file commands.h.
Referenced by commandType().
|
protected |
Definition at line 53 of file commands.h.
Referenced by tag().