A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps.
- See also
- THypothesisID, CHierarchicalMHMap
Definition at line 78 of file HMT_SLAM_common.h.
#include <mrpt/hmtslam/HMT_SLAM_common.h>
◆ ConstPtr
◆ Ptr
◆ THypothesisIDSet() [1/2]
mrpt::hmtslam::THypothesisIDSet::THypothesisIDSet |
( |
| ) |
|
|
inline |
◆ THypothesisIDSet() [2/2]
mrpt::hmtslam::THypothesisIDSet::THypothesisIDSet |
( |
const THypothesisID & |
val | ) |
|
|
inline |
◆ ~THypothesisIDSet()
virtual mrpt::hmtslam::THypothesisIDSet::~THypothesisIDSet |
( |
| ) |
|
|
inlinevirtual |
◆ _GetBaseClass()
◆ clone()
CObject* mrpt::utils::CObject::clone |
( |
| ) |
const |
|
inlineinherited |
Cloning interface for smart pointers.
Definition at line 133 of file CObject.h.
◆ Create()
static THypothesisIDSetPtr mrpt::hmtslam::THypothesisIDSet::Create |
( |
| ) |
|
|
static |
◆ CreateObject()
◆ debugDump()
void mrpt::hmtslam::THypothesisIDSet::debugDump |
( |
| ) |
const |
◆ duplicate()
◆ duplicateGetSmartPtr()
◆ GetRuntimeClass()
◆ has()
bool mrpt::hmtslam::THypothesisIDSet::has |
( |
const THypothesisID & |
val | ) |
const |
|
inline |
◆ operator delete() [1/3]
void mrpt::hmtslam::THypothesisIDSet::operator delete |
( |
void * |
ptr | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator delete() [2/3]
void mrpt::hmtslam::THypothesisIDSet::operator delete |
( |
void * |
memory, |
|
|
void * |
ptr |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
◆ operator delete() [3/3]
void mrpt::hmtslam::THypothesisIDSet::operator delete |
( |
void * |
ptr, |
|
|
const std::nothrow_t & |
|
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
◆ operator delete[]()
void mrpt::hmtslam::THypothesisIDSet::operator delete[] |
( |
void * |
ptr | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator new() [1/3]
void* mrpt::hmtslam::THypothesisIDSet::operator new |
( |
size_t |
size | ) |
|
|
inline |
◆ operator new() [2/3]
static void* mrpt::hmtslam::THypothesisIDSet::operator new |
( |
size_t |
size, |
|
|
void * |
ptr |
|
) |
| |
|
inlinestatic |
◆ operator new() [3/3]
void* mrpt::hmtslam::THypothesisIDSet::operator new |
( |
size_t |
size, |
|
|
const std::nothrow_t & |
|
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
◆ operator new[]()
void* mrpt::hmtslam::THypothesisIDSet::operator new[] |
( |
size_t |
size | ) |
|
|
inline |
◆ readFromStream()
Introduces a pure virtual method responsible for loading from a CStream This can not be used directly be users, instead use "stream >> object;" for reading it from a stream or "stream >> object_ptr;" if the class is unknown apriori.
- Parameters
-
in | The input binary stream where the object data must read from. |
version | The version of the object stored in the stream: use this version number in your code to know how to read the incoming data. |
- Exceptions
-
std::exception | On any error, see CStream::ReadBuffer |
- See also
- CStream
Implements mrpt::utils::CSerializable.
Definition at line 42 of file THypothesisIDSet.cpp.
References mrpt::utils::clear(), MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION, and version.
◆ writeToMatlab()
virtual mxArray* mrpt::utils::CSerializable::writeToMatlab |
( |
| ) |
const |
|
inlinevirtualinherited |
Introduces a pure virtual method responsible for writing to a mxArray
Matlab object, typically a MATLAB struct
whose contents are documented in each derived class.
- Returns
- A new
mxArray
(caller is responsible of memory freeing) or NULL is class does not support conversion to MATLAB.
Definition at line 79 of file CSerializable.h.
◆ writeToStream()
Introduces a pure virtual method responsible for writing to a CStream.
This can not be used directly be users, instead use "stream << object;" for writing it to a stream.
- Parameters
-
out | The output binary stream where object must be dumped. |
getVersion | If NULL, the object must be dumped. If not, only the version of the object dump must be returned in this pointer. This enables the versioning of objects dumping and backward compatibility with previously stored data. |
- Exceptions
-
std::exception | On any error, see CStream::WriteBuffer |
- See also
- CStream
Implements mrpt::utils::CSerializable.
Definition at line 24 of file THypothesisIDSet.cpp.
References begin(), and version.
◆ _init_THypothesisIDSet
◆ classCObject
◆ classCSerializable
◆ classinfo
◆ classTHypothesisIDSet
◆ keys