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

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