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

#include <commands.h>

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

Public Member Functions

 QueryState (const std::string &tag, const std::vector< int > &ids=std::vector< int >())
 
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 109 of file commands.h.

Constructor & Destructor Documentation

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

Definition at line 112 of file commands.h.

112  :
114  {
115  }
CommandNode(CommandType commandType, const std::string &tag)
Definition: commands.h:47
const std::vector< int > & ids()
Definition: commands.h:116
const std::string & tag() const
Definition: commands.h:50
std::vector< int > _ids
Definition: commands.h:118

Member Function Documentation

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

Definition at line 116 of file commands.h.

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

116 { return _ids;}
std::vector< int > _ids
Definition: commands.h:118

Member Data Documentation

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

Definition at line 118 of file commands.h.


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