|
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 37 of file g2o_incremental.cpp.
| int EdgeInformation::fromId |
Definition at line 38 of file g2o_incremental.cpp.
Referenced by main(), and IncrementalEdgesCompare::operator()().
| std::vector<double> EdgeInformation::information |
Definition at line 41 of file g2o_incremental.cpp.
Referenced by main().
| std::vector<double> EdgeInformation::measurement |
Definition at line 40 of file g2o_incremental.cpp.
Referenced by main().
| int EdgeInformation::toId |
Definition at line 39 of file g2o_incremental.cpp.
Referenced by main(), and IncrementalEdgesCompare::operator()().