Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes
mrpt::detectors::CDetectable3D Class Reference

Detailed Description

Definition at line 89 of file CDetectableObject.h.

#include <mrpt/detectors/CDetectableObject.h>

Inheritance diagram for mrpt::detectors::CDetectable3D:
Inheritance graph

Public Member Functions

void * operator new (size_t size)
 
void * operator new[] (size_t size)
 
void operator delete (void *ptr) throw ()
 
void operator delete[] (void *ptr) throw ()
 
void operator delete (void *memory, void *ptr) throw ()
 
void * operator new (size_t size, const std::nothrow_t &) throw ()
 
void operator delete (void *ptr, const std::nothrow_t &) throw ()
 
 CDetectable3D ()
 
 CDetectable3D (const CDetectable2DPtr &object2d)
 
 CDetectable3D (const CDetectable3D *d)
 Copy pointer content constructor. More...
 
double distanceTo (const CDetectable2D &d2)
 Compute distance between centers of two detectable 2D objects. More...
 
void setObservation (mrpt::obs::CObservationPtr newObs)
 
virtual mxArraywriteToMatlab () const
 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. More...
 
mrpt::utils::CObjectPtr duplicateGetSmartPtr () const
 Returns a copy of the object, indepently of its class, as a smart pointer (the newly created object will exist as long as any copy of this smart pointer). More...
 
CObject * clone () const
 Cloning interface for smart pointers. More...
 

Static Public Member Functions

static void * operator new (size_t size, void *ptr)
 

Public Attributes

float m_z
 Z coordinate of detected object. More...
 
float m_x
 
float m_y
 2D Coordinates of detected object More...
 
float m_height
 
float m_width
 Size of detected object. More...
 
std::string m_id
 Must be an unique id for each detectable object. More...
 
mrpt::obs::CObservationPtr obs
 Observation wich contain the deteted object. More...
 

Static Public Attributes

static const mrpt::utils::TRuntimeClassId classCObject
 
RTTI stuff <br>
static const mrpt::utils::TRuntimeClassId classCDetectableObject
 
RTTI stuff <br>
static const mrpt::utils::TRuntimeClassId classCSerializable
 

Protected Member Functions

CSerializable virtual methods
void writeToStream (mrpt::utils::CStream &out, int *getVersion) const
 Introduces a pure virtual method responsible for writing to a CStream. More...
 
void readFromStream (mrpt::utils::CStream &in, int version)
 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...
 

RTTI stuff <br>

typedef CDetectable3DPtr SmartPtr
 
static mrpt::utils::CLASSINIT _init_CDetectable3D
 
static mrpt::utils::TRuntimeClassId classCDetectable3D
 
static const mrpt::utils::TRuntimeClassIdclassinfo
 
static const mrpt::utils::TRuntimeClassId_GetBaseClass ()
 
virtual const mrpt::utils::TRuntimeClassIdGetRuntimeClass () const
 Returns information about the class of an object in runtime. More...
 
virtual mrpt::utils::CObjectduplicate () const
 Returns a copy of the object, indepently of its class. More...
 
static mrpt::utils::CObjectCreateObject ()
 
static CDetectable3DPtr Create ()
 

RTTI stuff <br>

static mrpt::utils::CLASSINIT _init_CDetectable2D
 
static mrpt::utils::TRuntimeClassId classCDetectable2D
 

Member Typedef Documentation

◆ SmartPtr

typedef CDetectable3DPtr mrpt::detectors::CDetectable3D::SmartPtr

A typedef for the associated smart pointer

Definition at line 91 of file CDetectableObject.h.

Constructor & Destructor Documentation

◆ CDetectable3D() [1/3]

mrpt::detectors::CDetectable3D::CDetectable3D ( )
inline

Definition at line 95 of file CDetectableObject.h.

◆ CDetectable3D() [2/3]

mrpt::detectors::CDetectable3D::CDetectable3D ( const CDetectable2DPtr &  object2d)

◆ CDetectable3D() [3/3]

mrpt::detectors::CDetectable3D::CDetectable3D ( const CDetectable3D d)
inline

Copy pointer content constructor.

Definition at line 100 of file CDetectableObject.h.

Member Function Documentation

◆ _GetBaseClass()

static const mrpt::utils::TRuntimeClassId * mrpt::detectors::CDetectable3D::_GetBaseClass ( )
staticprotected

◆ clone()

CObject * mrpt::utils::CObject::clone ( ) const
inlineinherited

Cloning interface for smart pointers.

Definition at line 139 of file CObject.h.

◆ Create()

static CDetectable3DPtr mrpt::detectors::CDetectable3D::Create ( )
static

◆ CreateObject()

static mrpt::utils::CObject * mrpt::detectors::CDetectable3D::CreateObject ( )
static

◆ distanceTo()

double mrpt::detectors::CDetectable2D::distanceTo ( const CDetectable2D d2)
inlineinherited

Compute distance between centers of two detectable 2D objects.

Returns
calculated distance.

Definition at line 72 of file CDetectableObject.h.

References mrpt::detectors::CDetectable2D::m_height, mrpt::detectors::CDetectable2D::m_width, mrpt::detectors::CDetectable2D::m_x, and mrpt::detectors::CDetectable2D::m_y.

◆ duplicate()

virtual mrpt::utils::CObject * mrpt::detectors::CDetectable3D::duplicate ( ) const
virtual

Returns a copy of the object, indepently of its class.

Reimplemented from mrpt::detectors::CDetectable2D.

◆ duplicateGetSmartPtr()

mrpt::utils::CObjectPtr mrpt::utils::CObject::duplicateGetSmartPtr ( ) const
inlineinherited

Returns a copy of the object, indepently of its class, as a smart pointer (the newly created object will exist as long as any copy of this smart pointer).

Definition at line 136 of file CObject.h.

◆ GetRuntimeClass()

virtual const mrpt::utils::TRuntimeClassId * mrpt::detectors::CDetectable3D::GetRuntimeClass ( ) const
virtual

Returns information about the class of an object in runtime.

Reimplemented from mrpt::detectors::CDetectable2D.

◆ operator delete() [1/3]

void mrpt::detectors::CDetectable3D::operator delete ( void *  memory,
void *  ptr 
)
throw (
)
inline

Definition at line 91 of file CDetectableObject.h.

◆ operator delete() [2/3]

void mrpt::detectors::CDetectable3D::operator delete ( void *  ptr)
throw (
)
inline

Definition at line 91 of file CDetectableObject.h.

◆ operator delete() [3/3]

void mrpt::detectors::CDetectable3D::operator delete ( void *  ptr,
const std::nothrow_t &   
)
throw (
)
inline

Definition at line 91 of file CDetectableObject.h.

◆ operator delete[]()

void mrpt::detectors::CDetectable3D::operator delete[] ( void *  ptr)
throw (
)
inline

Definition at line 91 of file CDetectableObject.h.

◆ operator new() [1/3]

void * mrpt::detectors::CDetectable3D::operator new ( size_t  size)
inline

Definition at line 91 of file CDetectableObject.h.

◆ operator new() [2/3]

void * mrpt::detectors::CDetectable3D::operator new ( size_t  size,
const std::nothrow_t &   
)
throw (
)
inline

Definition at line 91 of file CDetectableObject.h.

◆ operator new() [3/3]

static void * mrpt::detectors::CDetectable3D::operator new ( size_t  size,
void *  ptr 
)
inlinestatic

Definition at line 91 of file CDetectableObject.h.

◆ operator new[]()

void * mrpt::detectors::CDetectable3D::operator new[] ( size_t  size)
inline

Definition at line 91 of file CDetectableObject.h.

◆ readFromStream()

void mrpt::detectors::CDetectable3D::readFromStream ( mrpt::utils::CStream in,
int  version 
)
protectedvirtual

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
inThe input binary stream where the object data must read from.
versionThe 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::exceptionOn any error, see CStream::ReadBuffer
See also
CStream

Reimplemented from mrpt::detectors::CDetectable2D.

◆ setObservation()

void mrpt::detectors::CDetectableObject::setObservation ( mrpt::obs::CObservationPtr  newObs)
inlineinherited

Definition at line 41 of file CDetectableObject.h.

◆ 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()

void mrpt::detectors::CDetectable3D::writeToStream ( mrpt::utils::CStream out,
int *  getVersion 
) const
protectedvirtual

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
outThe output binary stream where object must be dumped.
getVersionIf 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::exceptionOn any error, see CStream::WriteBuffer
See also
CStream

Reimplemented from mrpt::detectors::CDetectable2D.

Member Data Documentation

◆ _init_CDetectable2D

mrpt::utils::CLASSINIT mrpt::detectors::CDetectable2D::_init_CDetectable2D
staticprotectedinherited

Definition at line 51 of file CDetectableObject.h.

◆ _init_CDetectable3D

mrpt::utils::CLASSINIT mrpt::detectors::CDetectable3D::_init_CDetectable3D
staticprotected

Definition at line 91 of file CDetectableObject.h.

◆ classCDetectable2D

mrpt::utils::TRuntimeClassId mrpt::detectors::CDetectable2D::classCDetectable2D
staticinherited

Definition at line 51 of file CDetectableObject.h.

◆ classCDetectable3D

mrpt::utils::TRuntimeClassId mrpt::detectors::CDetectable3D::classCDetectable3D
static

Definition at line 91 of file CDetectableObject.h.

◆ classCDetectableObject

const mrpt::utils::TRuntimeClassId mrpt::detectors::CDetectableObject::classCDetectableObject
staticinherited

Definition at line 33 of file CDetectableObject.h.

◆ classCObject

const mrpt::utils::TRuntimeClassId mrpt::utils::CObject::classCObject
staticinherited

Definition at line 124 of file CObject.h.

◆ classCSerializable

const mrpt::utils::TRuntimeClassId mrpt::utils::CSerializable::classCSerializable
staticinherited

Definition at line 42 of file CSerializable.h.

◆ classinfo

const mrpt::utils::TRuntimeClassId* mrpt::detectors::CDetectable3D::classinfo
static

Definition at line 91 of file CDetectableObject.h.

◆ m_height

float mrpt::detectors::CDetectable2D::m_height
inherited

Definition at line 56 of file CDetectableObject.h.

Referenced by mrpt::detectors::CDetectable2D::distanceTo().

◆ m_id

std::string mrpt::detectors::CDetectableObject::m_id
inherited

Must be an unique id for each detectable object.

Definition at line 37 of file CDetectableObject.h.

◆ m_width

float mrpt::detectors::CDetectable2D::m_width
inherited

Size of detected object.

Definition at line 56 of file CDetectableObject.h.

Referenced by mrpt::detectors::CDetectable2D::distanceTo().

◆ m_x

float mrpt::detectors::CDetectable2D::m_x
inherited

Definition at line 55 of file CDetectableObject.h.

Referenced by mrpt::detectors::CDetectable2D::distanceTo().

◆ m_y

float mrpt::detectors::CDetectable2D::m_y
inherited

2D Coordinates of detected object

Definition at line 55 of file CDetectableObject.h.

Referenced by mrpt::detectors::CDetectable2D::distanceTo().

◆ m_z

float mrpt::detectors::CDetectable3D::m_z

Z coordinate of detected object.

Definition at line 106 of file CDetectableObject.h.

◆ obs

mrpt::obs::CObservationPtr mrpt::detectors::CDetectableObject::obs
inherited

Observation wich contain the deteted object.

Definition at line 39 of file CDetectableObject.h.




Page generated by Doxygen 1.9.2 for MRPT 1.4.0 SVN: at Mon Sep 20 00:47:55 UTC 2021