|
MRPT
2.0.4
|
#include <cstdint>#include <utility>Go to the source code of this file.
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::graphs | |
| Abstract graph and tree data structures, plus generic graph algorithms. | |
Macros | |
| #define | INVALID_NODEID static_cast<mrpt::graphs::TNodeID>(-1) |
Typedefs | |
| using | mrpt::graphs::TNodeID = uint64_t |
| A generic numeric type for unique IDs of nodes or entities. More... | |
| using | mrpt::graphs::TPairNodeIDs = std::pair< TNodeID, TNodeID > |
| A pair of node IDs. More... | |
| #define INVALID_NODEID static_cast<mrpt::graphs::TNodeID>(-1) |
| Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020 |