MRPT
2.0.3
|
#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 2.0.3 at Thu May 21 21:53:32 UTC 2020 |