The smart pointer type for the associated class
Definition at line 48 of file CAngularObservationMesh.h.
#include <mrpt/opengl/CAngularObservationMesh.h>

Public Member Functions | |
| CAngularObservationMeshPtr () | |
| CAngularObservationMeshPtr (CAngularObservationMesh *p) | |
| CAngularObservationMeshPtr (const CRenderizableDisplayListPtr &p) | |
| CAngularObservationMeshPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CAngularObservationMesh *p) |
| CAngularObservationMesh * | pointer () |
| const CAngularObservationMesh * | pointer () const |
| CAngularObservationMesh * | operator-> (void) |
| const CAngularObservationMesh * | operator-> (void) const |
| CAngularObservationMesh & | operator* (void) |
| const CAngularObservationMesh & | operator* (void) const |
| mrpt::opengl::CAngularObservationMeshPtr::CAngularObservationMeshPtr | ( | ) | [inline] |
Definition at line 48 of file CAngularObservationMesh.h.
| mrpt::opengl::CAngularObservationMeshPtr::CAngularObservationMeshPtr | ( | CAngularObservationMesh * | p ) | [inline, explicit] |
Definition at line 48 of file CAngularObservationMesh.h.
| mrpt::opengl::CAngularObservationMeshPtr::CAngularObservationMeshPtr | ( | const CRenderizableDisplayListPtr & | p ) | [inline, explicit] |
Definition at line 48 of file CAngularObservationMesh.h.
| mrpt::opengl::CAngularObservationMeshPtr::CAngularObservationMeshPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 48 of file CAngularObservationMesh.h.
| CAngularObservationMesh& mrpt::opengl::CAngularObservationMeshPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 48 of file CAngularObservationMesh.h.
| const CAngularObservationMesh& mrpt::opengl::CAngularObservationMeshPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 48 of file CAngularObservationMesh.h.
| const CAngularObservationMesh* mrpt::opengl::CAngularObservationMeshPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 48 of file CAngularObservationMesh.h.
| CAngularObservationMesh* mrpt::opengl::CAngularObservationMeshPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 48 of file CAngularObservationMesh.h.
| const CAngularObservationMesh* mrpt::opengl::CAngularObservationMeshPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 48 of file CAngularObservationMesh.h.
| CAngularObservationMesh* mrpt::opengl::CAngularObservationMeshPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::opengl::CRenderizableDisplayListPtr.
Definition at line 48 of file CAngularObservationMesh.h.
| void mrpt::opengl::CAngularObservationMeshPtr::setFromPointerDoNotFreeAtDtor | ( | const CAngularObservationMesh * | p ) | [inline] |
Definition at line 48 of file CAngularObservationMesh.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |