|
g2o
|
#include <commands.h>


Public Member Functions | |
| AddNode (const std::string &tag, int id, int dimension, const std::vector< double > &values=std::vector< double >()) | |
| int | id () const |
| int | dimension () const |
| const std::vector< double > & | values () |
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 | |
| int | _id |
| int | _dimension |
| std::vector< double > | _values |
Protected Attributes inherited from SlamParser::CommandNode | |
| CommandType | _commandType |
| std::string | _tag |
Definition at line 56 of file commands.h.
|
inline |
Definition at line 58 of file commands.h.
|
inline |
Definition at line 66 of file commands.h.
References _dimension.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 65 of file commands.h.
References _id.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 67 of file commands.h.
References _values.
Referenced by SlamParser::SlamContextInterface::process().
|
protected |
Definition at line 71 of file commands.h.
Referenced by dimension().
|
protected |
Definition at line 70 of file commands.h.
Referenced by id().
|
protected |
Definition at line 72 of file commands.h.
Referenced by values().