#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.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |