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

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