73 void onArcAddition(CHMHMapArcPtr &arc);
89 static CHMHMapNodePtr Create(
91 const THypothesisIDSet &hyps = THypothesisIDSet() );
111 TNodeID getID() const;
119 unsigned int getLevelInTheHierarchy();
123 unsigned int getRelatedArcsCount();
An arbitrary list of "annotations", or named attributes, each being an instance of any CSerializable ...
This class implements a STL container with features of both, a std::set and a std::list.
The virtual base class which provides a unified interface for all persistent objects in MRPT...
std::map< CHMHMapNode::TNodeID, CHMHMapNodePtr > TNodeList
A map between node IDs and nodes (used in HMT-SLAM).
uint64_t TNodeID
The type for node IDs in graphs of different types.
This namespace contains algorithms for SLAM, localization, map building, representation of robot's ac...
int64_t THypothesisID
An integer number uniquely identifying each of the concurrent hypotheses for the robot topological pa...
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps. ...
class HMTSLAM_IMPEXP CHierarchicalMHMap
std::pair< TNodeID, TNodeID > TPairNodeIDs
A pair of node IDs.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
This class represents a std::string derived class which is also CSerializable.
std::set< CHMHMapNode::TNodeID > TNodeIDSet
The most high level class for storing hybrid, multi-hypothesis maps in a graph-based model...
class HMTSLAM_IMPEXP CHMHMapNode
A class for representing an arc between two nodes in a hierarchical, multi-hypothesis map...
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
A class for storing a sequence of arcs (a path).
A class for representing a node in a hierarchical, multi-hypothesis map.
A wrapper class for pointers that can be safely copied with "=" operator without problems.
mrpt::utils::TNodeID TNodeID
The type of the IDs of nodes.