The smart pointer type for the associated class
#include <mrpt/math/CPolygon.h>

Public Types | |
| typedef CPolygon | value_type |
Public Member Functions | |
| CPolygonPtr () | |
| CPolygonPtr (CPolygon *p) | |
| CPolygonPtr (const mrpt::utils::CSerializablePtr &p) | |
| CPolygonPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CPolygon *p) |
| CPolygon * | pointer () |
| const CPolygon * | pointer () const |
| CPolygon * | operator-> (void) |
| const CPolygon * | operator-> (void) const |
| CPolygon & | operator* (void) |
| const CPolygon & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Definition at line 40 of file CPolygon.h.
| mrpt::math::CPolygonPtr::CPolygonPtr | ( | ) | [inline] |
Definition at line 40 of file CPolygon.h.
| mrpt::math::CPolygonPtr::CPolygonPtr | ( | CPolygon * | p | ) | [inline, explicit] |
Definition at line 40 of file CPolygon.h.
| mrpt::math::CPolygonPtr::CPolygonPtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CPolygon.h.
| mrpt::math::CPolygonPtr::CPolygonPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 40 of file CPolygon.h.
| CPolygon& mrpt::math::CPolygonPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CPolygon.h.
| const CPolygon& mrpt::math::CPolygonPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CPolygon.h.
| const CPolygon* mrpt::math::CPolygonPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CPolygon.h.
| CPolygon* mrpt::math::CPolygonPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CPolygon.h.
| CPolygon* mrpt::math::CPolygonPtr::pointer | ( | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CPolygon.h.
| const CPolygon* mrpt::math::CPolygonPtr::pointer | ( | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CPolygon.h.
| void mrpt::math::CPolygonPtr::setFromPointerDoNotFreeAtDtor | ( | const CPolygon * | p | ) | [inline] |
Definition at line 40 of file CPolygon.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |