Definition at line 79 of file CDetectableObject.h.
#include <mrpt/detectors/CDetectableObject.h>
|
|
void | writeToStream (mrpt::utils::CStream &out, int *getVersion) const override |
| Introduces a pure virtual method responsible for writing to a CStream. More...
|
|
void | readFromStream (mrpt::utils::CStream &in, int version) override |
| 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. More...
|
|
◆ ConstPtr
◆ Ptr
◆ CDetectable3D() [1/3]
mrpt::detectors::CDetectable3D::CDetectable3D |
( |
| ) |
|
|
inline |
◆ CDetectable3D() [2/3]
◆ CDetectable3D() [3/3]
mrpt::detectors::CDetectable3D::CDetectable3D |
( |
const CDetectable3D * |
d | ) |
|
|
inline |
◆ _GetBaseClass()
◆ clone()
◆ Create()
template<typename... Args>
static Ptr mrpt::detectors::CDetectable3D::Create |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ CreateObject()
◆ distanceTo()
double mrpt::detectors::CDetectable2D::distanceTo |
( |
const CDetectable2D & |
d2 | ) |
|
|
inlineinherited |
◆ GetRuntimeClass()
◆ GetRuntimeClassIdStatic()
◆ operator delete() [1/3]
void mrpt::detectors::CDetectable3D::operator delete |
( |
void * |
ptr | ) |
|
|
inlinenoexcept |
◆ operator delete() [2/3]
void mrpt::detectors::CDetectable3D::operator delete |
( |
void * |
memory, |
|
|
void * |
ptr |
|
) |
| |
|
inlinenoexcept |
◆ operator delete() [3/3]
void mrpt::detectors::CDetectable3D::operator delete |
( |
void * |
ptr, |
|
|
const std::nothrow_t & |
|
|
) |
| |
|
inlinenoexcept |
◆ operator delete[]()
void mrpt::detectors::CDetectable3D::operator delete[] |
( |
void * |
ptr | ) |
|
|
inlinenoexcept |
◆ operator new() [1/3]
void* mrpt::detectors::CDetectable3D::operator new |
( |
size_t |
size | ) |
|
|
inline |
◆ operator new() [2/3]
static void* mrpt::detectors::CDetectable3D::operator new |
( |
size_t |
size, |
|
|
void * |
ptr |
|
) |
| |
|
inlinestatic |
◆ operator new() [3/3]
void* mrpt::detectors::CDetectable3D::operator new |
( |
size_t |
size, |
|
|
const std::nothrow_t & |
|
|
) |
| |
|
inlinenoexcept |
◆ operator new[]()
void* mrpt::detectors::CDetectable3D::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
Reimplemented from mrpt::detectors::CDetectable2D.
Definition at line 26 of file CDetectableObject.cpp.
◆ setObservation()
◆ 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 nullptr is class does not support conversion to MATLAB.
Definition at line 89 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 nullptr, 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
Reimplemented from mrpt::detectors::CDetectable2D.
Definition at line 27 of file CDetectableObject.cpp.
◆ _init_CDetectable2D
◆ _init_CDetectable3D
◆ className
constexpr const char* mrpt::detectors::CDetectable3D::className = "CDetectable3D" |
|
static |
◆ m_height
float mrpt::detectors::CDetectable2D::m_height |
|
inherited |
◆ m_id
◆ m_width
float mrpt::detectors::CDetectable2D::m_width |
|
inherited |
◆ m_x
float mrpt::detectors::CDetectable2D::m_x |
|
inherited |
◆ m_y
float mrpt::detectors::CDetectable2D::m_y |
|
inherited |
◆ m_z
float mrpt::detectors::CDetectable3D::m_z |
◆ obs
◆ runtimeClassId