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 59 of file commands.h.
|
inline |
Definition at line 66 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 65 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
inline |
Definition at line 67 of file commands.h.
Referenced by SlamParser::SlamContextInterface::process().
|
protected |
Definition at line 71 of file commands.h.
|
protected |
Definition at line 70 of file commands.h.
|
protected |
Definition at line 72 of file commands.h.