g2o
|
Store the information parsed from a g2o file. More...
Public Attributes | |
int | fromId |
int | toId |
std::vector< double > | measurement |
std::vector< double > | information |
Store the information parsed from a g2o file.
Definition at line 39 of file g2o_incremental.cpp.
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()().