g2o
Public Attributes | List of all members
EdgeInformation Struct Reference

Store the information parsed from a g2o file. More...

Public Attributes

int fromId
 
int toId
 
std::vector< double > measurement
 
std::vector< double > information
 

Detailed Description

Store the information parsed from a g2o file.

Definition at line 39 of file g2o_incremental.cpp.

Member Data Documentation

int EdgeInformation::fromId

Definition at line 41 of file g2o_incremental.cpp.

Referenced by main(), and IncrementalEdgesCompare::operator()().

std::vector<double> EdgeInformation::information

Definition at line 44 of file g2o_incremental.cpp.

Referenced by main().

std::vector<double> EdgeInformation::measurement

Definition at line 43 of file g2o_incremental.cpp.

Referenced by main().

int EdgeInformation::toId

Definition at line 42 of file g2o_incremental.cpp.

Referenced by main(), and IncrementalEdgesCompare::operator()().


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