A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps. More...
#include <mrpt/hmtslam/HMT_SLAM_common.h>


Public Member Functions | |
| THypothesisIDSet () | |
| Default constructor. | |
| THypothesisIDSet (const THypothesisID &val) | |
| Constructor with one initial element. | |
| virtual | ~THypothesisIDSet () |
| bool | has (const THypothesisID &val) const |
| Returns true if the hypothesis is into the set. | |
| void | debugDump () const |
| Dump to console. | |
A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps.
Definition at line 98 of file HMT_SLAM_common.h.
| mrpt::hmtslam::THypothesisIDSet::THypothesisIDSet | ( | ) | [inline] |
Default constructor.
Definition at line 106 of file HMT_SLAM_common.h.
| mrpt::hmtslam::THypothesisIDSet::THypothesisIDSet | ( | const THypothesisID & | val | ) | [inline] |
Constructor with one initial element.
Definition at line 112 of file HMT_SLAM_common.h.
| virtual mrpt::hmtslam::THypothesisIDSet::~THypothesisIDSet | ( | ) | [inline, virtual] |
Definition at line 117 of file HMT_SLAM_common.h.
| void mrpt::hmtslam::THypothesisIDSet::debugDump | ( | ) | const |
Dump to console.
| bool mrpt::hmtslam::THypothesisIDSet::has | ( | const THypothesisID & | val | ) | const [inline] |
Returns true if the hypothesis is into the set.
Definition at line 123 of file HMT_SLAM_common.h.
References COMMON_TOPOLOG_HYP.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |