The smart pointer type for the associated class
Definition at line 114 of file CFeature.h.
#include <mrpt/vision/CFeature.h>
Public Member Functions | |
CFeaturePtr () | |
CFeaturePtr (CFeature *p) | |
CFeaturePtr (const mrpt::utils::CSerializablePtr &p) | |
CFeaturePtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CFeature *p) |
CFeature * | pointer () |
const CFeature * | pointer () const |
CFeature * | operator-> (void) |
const CFeature * | operator-> (void) const |
CFeature & | operator* (void) |
const CFeature & | operator* (void) const |
mrpt::vision::CFeaturePtr::CFeaturePtr | ( | ) | [inline] |
Definition at line 114 of file CFeature.h.
mrpt::vision::CFeaturePtr::CFeaturePtr | ( | CFeature * | p | ) | [inline, explicit] |
Definition at line 114 of file CFeature.h.
mrpt::vision::CFeaturePtr::CFeaturePtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 114 of file CFeature.h.
mrpt::vision::CFeaturePtr::CFeaturePtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 114 of file CFeature.h.
CFeature& mrpt::vision::CFeaturePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 114 of file CFeature.h.
const CFeature& mrpt::vision::CFeaturePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 114 of file CFeature.h.
const CFeature* mrpt::vision::CFeaturePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 114 of file CFeature.h.
CFeature* mrpt::vision::CFeaturePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 114 of file CFeature.h.
const CFeature* mrpt::vision::CFeaturePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 114 of file CFeature.h.
CFeature* mrpt::vision::CFeaturePtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 114 of file CFeature.h.
void mrpt::vision::CFeaturePtr::setFromPointerDoNotFreeAtDtor | ( | const CFeature * | p | ) | [inline] |
Definition at line 114 of file CFeature.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |