g2o
Public Member Functions | Public Attributes | List of all members
g2o::EdgeCreator::EdgeCreatorEntry Struct Reference

#include <edge_creator.h>

Public Member Functions

 EdgeCreatorEntry (const std::string &edgeTypeName, const std::vector< int > &parameterIds)
 
 EdgeCreatorEntry (const std::string &edgeTypeName)
 

Public Attributes

std::string _edgeTypeName
 
std::vector< int > _parameterIds
 

Detailed Description

Definition at line 21 of file edge_creator.h.

Constructor & Destructor Documentation

g2o::EdgeCreator::EdgeCreatorEntry::EdgeCreatorEntry ( const std::string &  edgeTypeName,
const std::vector< int > &  parameterIds 
)
inline

Definition at line 22 of file edge_creator.h.

23  :_edgeTypeName(edgeTypeName), _parameterIds(parameterIds) {}
std::vector< int > _parameterIds
Definition: edge_creator.h:29
g2o::EdgeCreator::EdgeCreatorEntry::EdgeCreatorEntry ( const std::string &  edgeTypeName)
inline

Definition at line 25 of file edge_creator.h.

26  :_edgeTypeName(edgeTypeName){}

Member Data Documentation

std::string g2o::EdgeCreator::EdgeCreatorEntry::_edgeTypeName

Definition at line 28 of file edge_creator.h.

std::vector<int> g2o::EdgeCreator::EdgeCreatorEntry::_parameterIds

Definition at line 29 of file edge_creator.h.


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