g2o
Loading...
Searching...
No Matches
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 120 of file commands.h.

Constructor & Destructor Documentation

◆ FixNode()

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

Definition at line 122 of file commands.h.

123 : CommandNode(CT_FIX, tag), _ids(ids) {}
CommandNode(CommandType commandType, const std::string &tag)
Definition commands.h:45
const std::string & tag() const
Definition commands.h:49
const std::vector< int > & ids()
Definition commands.h:124
std::vector< int > _ids
Definition commands.h:127

Member Function Documentation

◆ ids()

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

Definition at line 124 of file commands.h.

124{ return _ids; }

References _ids.

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

Member Data Documentation

◆ _ids

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

Definition at line 127 of file commands.h.

Referenced by ids().


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