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

Public Types | |
| typedef CImage | value_type |
Public Member Functions | |
| CImagePtr () | |
| CImagePtr (CImage *p) | |
| CImagePtr (const mrpt::utils::CSerializablePtr &p) | |
| CImagePtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CImage *p) |
| CImage * | pointer () |
| const CImage * | pointer () const |
| CImage * | operator-> (void) |
| const CImage * | operator-> (void) const |
| CImage & | operator* (void) |
| const CImage & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
| mrpt::utils::CImagePtr::CImagePtr | ( | CImage * | p | ) | [inline, explicit] |
| mrpt::utils::CImagePtr::CImagePtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
| mrpt::utils::CImagePtr::CImagePtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
| CImage& mrpt::utils::CImagePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CImage& mrpt::utils::CImagePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CImage* mrpt::utils::CImagePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| CImage* mrpt::utils::CImagePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| CImage* mrpt::utils::CImagePtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
| const CImage* mrpt::utils::CImagePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
| 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 |