|
g2o
|
#include <commands.h>


Public Member Functions | |
| FixNode (const std::string &tag, const std::vector< int > &ids) | |
| const std::vector< int > & | ids () |
Public Member Functions inherited from SlamParser::CommandNode | |
| CommandNode (CommandType commandType, const std::string &tag) | |
| virtual | ~CommandNode () |
| CommandType | commandType () const |
| const std::string & | tag () const |
Protected Attributes | |
| std::vector< int > | _ids |
Protected Attributes inherited from SlamParser::CommandNode | |
| CommandType | _commandType |
| std::string | _tag |
Definition at line 120 of file commands.h.
|
inlineexplicit |
Definition at line 122 of file commands.h.
|
inline |
Definition at line 124 of file commands.h.
References _ids.
Referenced by SlamParser::SlamContextInterface::process().
|
protected |
Definition at line 127 of file commands.h.
Referenced by ids().