The smart pointer type for the associated class
Definition at line 40 of file CPose3DPDFSOG.h.
#include <mrpt/poses/CPose3DPDFSOG.h>

Public Types | |
| typedef CPose3DPDFSOG | value_type |
| typedef CObject & | reference |
| typedef const CObject & | const_reference |
| typedef clone_copy< CObject > | value_copy |
Public Member Functions | |
| CPose3DPDFSOGPtr () | |
| CPose3DPDFSOGPtr (CPose3DPDFSOG *p) | |
| CPose3DPDFSOGPtr (const CPose3DPDFPtr &p) | |
| CPose3DPDFSOGPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CPose3DPDFSOG *p) |
| CPose3DPDFSOG * | pointer () |
| const CPose3DPDFSOG * | pointer () const |
| CPose3DPDFSOG * | operator-> (void) |
| const CPose3DPDFSOG * | operator-> (void) const |
| CPose3DPDFSOG & | operator* (void) |
| const CPose3DPDFSOG & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CPose3DPDF *p) |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
| operator bool (void) const | |
| bool | operator! (void) const |
| bool | present (void) const |
| bool | null (void) const |
| void | set_value (const CObject &data) throw (illegal_copy) |
| CObject & | value (void) throw (null_dereference) |
| const CObject & | value (void) const throw (null_dereference) |
| void | set (CObject *data=0) |
| void | alias (const smart_ptr_base< CObject, clone_copy< CObject >, mrpt::synch::CAtomicCounter > &) |
| bool | aliases (const smart_ptr_base< CObject, clone_copy< CObject >, mrpt::synch::CAtomicCounter > &) const |
| unsigned | alias_count (void) const |
| void | clear (void) |
| void | clear_unique (void) |
| void | make_unique (void) throw (illegal_copy) |
| void | copy (const smart_ptr_base< CObject, clone_copy< CObject >, mrpt::synch::CAtomicCounter > &) throw (illegal_copy) |
| void * | handle (void) const |
| void | make_alias (void *handle) |
Protected Attributes | |
| smart_ptr_holder< CObject, mrpt::synch::CAtomicCounter > * | m_holder |
typedef const CObject & mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::const_reference [inherited] |
Definition at line 112 of file CColouredPointsMap.h.
typedef CObject & mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::reference [inherited] |
Definition at line 111 of file CColouredPointsMap.h.
typedef clone_copy< CObject > mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::value_copy [inherited] |
Definition at line 113 of file CColouredPointsMap.h.
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | ) | [inline] |
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | CPose3DPDFSOG * | p | ) | [inline, explicit] |
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | const CPose3DPDFPtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CPose3DPDFSOG.h.
| mrpt::poses::CPose3DPDFSOGPtr::CPose3DPDFSOGPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CPose3DPDFSOG.h.
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::alias | ( | const smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter > & | ) | [inline, inherited] |
| unsigned mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::alias_count | ( | void | ) | const [inline, inherited] |
| bool mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::aliases | ( | const smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter > & | ) | const [inline, inherited] |
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::clear | ( | void | ) | [inline, inherited] |
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::clear_unique | ( | void | ) | [inline, inherited] |
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::copy | ( | const smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter > & | ) | throw (illegal_copy) [inherited] |
| void* mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::handle | ( | void | ) | const [inherited] |
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::make_alias | ( | void * | handle | ) | [inherited] |
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::make_unique | ( | void | ) | throw (illegal_copy) [inline, inherited] |
| bool mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::null | ( | void | ) | const [inherited] |
| mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::operator bool | ( | void | ) | const [inherited] |
| bool mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::operator! | ( | void | ) | const [inherited] |
| CPose3DPDFSOG& mrpt::poses::CPose3DPDFSOGPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| const CPose3DPDFSOG& mrpt::poses::CPose3DPDFSOGPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| const CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| const CPose3DPDFSOG* mrpt::poses::CPose3DPDFSOGPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::poses::CPose3DPDFPtr.
Definition at line 40 of file CPose3DPDFSOG.h.
| bool mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::present | ( | void | ) | const [inherited] |
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::set | ( | CObject * | data = 0 | ) | [inherited] |
| void mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::set_value | ( | const CObject & | data | ) | throw (illegal_copy) [inherited] |
| void mrpt::poses::CPose3DPDFPtr::setFromPointerDoNotFreeAtDtor | ( | const CPose3DPDF * | p | ) | [inline, inherited] |
Definition at line 44 of file CPose3DPDF.h.
| void mrpt::poses::CPose3DPDFSOGPtr::setFromPointerDoNotFreeAtDtor | ( | const CPose3DPDFSOG * | p | ) | [inline] |
Definition at line 40 of file CPose3DPDFSOG.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| CObject & mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::value | ( | void | ) | throw (null_dereference) [inherited] |
| const CObject & mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::value | ( | void | ) | const throw (null_dereference) [inherited] |
smart_ptr_holder<CObject ,mrpt::synch::CAtomicCounter >* mrpt::stlplus::smart_ptr_base< CObject , clone_copy< CObject > , mrpt::synch::CAtomicCounter >::m_holder [protected, inherited] |
Definition at line 215 of file CColouredPointsMap.h.
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |