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

Constructor & Destructor Documentation

◆ EdgeCreatorEntry() [1/2]

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

Definition at line 47 of file edge_creator.h.

49 : _edgeTypeName(edgeTypeName), _parameterIds(parameterIds) {}

◆ EdgeCreatorEntry() [2/2]

g2o::EdgeCreator::EdgeCreatorEntry::EdgeCreatorEntry ( const std::string &  edgeTypeName)
inline

Definition at line 51 of file edge_creator.h.

52 : _edgeTypeName(edgeTypeName) {}

Member Data Documentation

◆ _edgeTypeName

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

Definition at line 54 of file edge_creator.h.

◆ _parameterIds

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

Definition at line 55 of file edge_creator.h.


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