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 78 of file commands.h.
|
inline |
Definition at line 85 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 84 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 86 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 87 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 89 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 88 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
protected |
Definition at line 93 of file commands.h.
|
protected |
Definition at line 92 of file commands.h.
|
protected |
Definition at line 94 of file commands.h.
|
protected |
Definition at line 95 of file commands.h.
|
protected |
Definition at line 97 of file commands.h.
|
protected |
Definition at line 96 of file commands.h.