g2o
Public Member Functions | Protected Attributes | List of all members
SlamParser::FixNode Class Reference

#include <commands.h>

Inheritance diagram for SlamParser::FixNode:
Inheritance graph
[legend]
Collaboration diagram for SlamParser::FixNode:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 121 of file commands.h.

Constructor & Destructor Documentation

SlamParser::FixNode::FixNode ( const std::string &  tag,
const std::vector< int > &  ids 
)
inlineexplicit

Definition at line 124 of file commands.h.

124  :
126  {
127  }
CommandNode(CommandType commandType, const std::string &tag)
Definition: commands.h:47
std::vector< int > _ids
Definition: commands.h:130
const std::string & tag() const
Definition: commands.h:50
const std::vector< int > & ids()
Definition: commands.h:128

Member Function Documentation

const std::vector<int>& SlamParser::FixNode::ids ( )
inline

Definition at line 128 of file commands.h.

Referenced by SlamParser::SlamContextInterface::process().

128 { return _ids;}
std::vector< int > _ids
Definition: commands.h:130

Member Data Documentation

std::vector<int> SlamParser::FixNode::_ids
protected

Definition at line 130 of file commands.h.


The documentation for this class was generated from the following file: