|
g2o
|
#include <commands.h>


Public Member Functions | |
| AddEdge (const std::string &tag, int id, int dimension, int id1, int id2, const std::vector< double > &values, const std::vector< double > information) | |
| int | id () const |
| int | dimension () const |
| int | id1 () const |
| int | id2 () const |
| const std::vector< double > & | values () |
| const std::vector< double > & | information () |
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 |
| int | _id1 |
| int | _id2 |
| std::vector< double > | _values |
| std::vector< double > | _information |
Protected Attributes inherited from SlamParser::CommandNode | |
| CommandType | _commandType |
| std::string | _tag |
Definition at line 75 of file commands.h.
|
inline |
Definition at line 77 of file commands.h.
|
inline |
Definition at line 89 of file commands.h.
References _dimension.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 88 of file commands.h.
References _id.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 90 of file commands.h.
References _id1.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 91 of file commands.h.
References _id2.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 93 of file commands.h.
References _information.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 92 of file commands.h.
References _values.
Referenced by SlamParser::SlamContextInterface::process().
|
protected |
Definition at line 97 of file commands.h.
Referenced by dimension().
|
protected |
Definition at line 96 of file commands.h.
Referenced by id().
|
protected |
Definition at line 98 of file commands.h.
Referenced by id1().
|
protected |
Definition at line 99 of file commands.h.
Referenced by id2().
|
protected |
Definition at line 101 of file commands.h.
Referenced by information().
|
protected |
Definition at line 100 of file commands.h.
Referenced by values().