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

Public Types | |
| typedef CRenderizable | value_type |
Public Member Functions | |
| CRenderizablePtr () | |
| CRenderizablePtr (CRenderizable *p) | |
| CRenderizablePtr (const mrpt::utils::CSerializablePtr &p) | |
| CRenderizablePtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CRenderizable *p) |
| CRenderizable * | pointer () |
| const CRenderizable * | pointer () const |
| CRenderizable * | operator-> (void) |
| const CRenderizable * | operator-> (void) const |
| CRenderizable & | operator* (void) |
| const CRenderizable & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented in mrpt::opengl::CAngularObservationMeshPtr, mrpt::opengl::CPlanarLaserScanPtr, mrpt::opengl::CSetOfObjectsPtr, mrpt::opengl::CMeshPtr, mrpt::opengl::CSetOfLinesPtr, mrpt::opengl::CPolyhedronPtr, mrpt::opengl::CSetOfTexturedTrianglesPtr, mrpt::opengl::CCameraPtr, mrpt::opengl::CGeneralizedCylinderPtr, mrpt::opengl::CPointCloudPtr, mrpt::opengl::CPointCloudColouredPtr, mrpt::opengl::C3DSScenePtr, mrpt::opengl::CDiskPtr, mrpt::opengl::CEllipsoidPtr, mrpt::opengl::COpenGLStandardObjectPtr, mrpt::opengl::CTexturedObjectPtr, mrpt::opengl::CGridPlaneXYPtr, mrpt::opengl::CGridPlaneXZPtr, mrpt::opengl::CSetOfTrianglesPtr, mrpt::opengl::CTextPtr, mrpt::opengl::CText3DPtr, mrpt::opengl::CArrowPtr, mrpt::opengl::CAxisPtr, mrpt::opengl::CRenderizableDisplayListPtr, mrpt::opengl::CSimpleLinePtr, mrpt::opengl::CSpherePtr, mrpt::opengl::CTexturedPlanePtr, mrpt::opengl::CBoxPtr, and mrpt::opengl::CCylinderPtr.
Definition at line 56 of file CRenderizable.h.
| mrpt::opengl::CRenderizablePtr::CRenderizablePtr | ( | ) | [inline] |
Definition at line 56 of file CRenderizable.h.
| mrpt::opengl::CRenderizablePtr::CRenderizablePtr | ( | CRenderizable * | p | ) | [inline, explicit] |
Definition at line 56 of file CRenderizable.h.
| mrpt::opengl::CRenderizablePtr::CRenderizablePtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 56 of file CRenderizable.h.
| mrpt::opengl::CRenderizablePtr::CRenderizablePtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 56 of file CRenderizable.h.
| CRenderizable& mrpt::opengl::CRenderizablePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::opengl::CAngularObservationMeshPtr, mrpt::opengl::CPlanarLaserScanPtr, mrpt::opengl::CSetOfObjectsPtr, mrpt::opengl::CMeshPtr, mrpt::opengl::CSetOfLinesPtr, mrpt::opengl::CPolyhedronPtr, mrpt::opengl::CSetOfTexturedTrianglesPtr, mrpt::opengl::CCameraPtr, mrpt::opengl::CGeneralizedCylinderPtr, mrpt::opengl::CPointCloudPtr, mrpt::opengl::CPointCloudColouredPtr, mrpt::opengl::C3DSScenePtr, mrpt::opengl::CDiskPtr, mrpt::opengl::CEllipsoidPtr, mrpt::opengl::COpenGLStandardObjectPtr, mrpt::opengl::CTexturedObjectPtr, mrpt::opengl::CGridPlaneXYPtr, mrpt::opengl::CGridPlaneXZPtr, mrpt::opengl::CSetOfTrianglesPtr, mrpt::opengl::CTextPtr, mrpt::opengl::CText3DPtr, mrpt::opengl::CArrowPtr, mrpt::opengl::CAxisPtr, mrpt::opengl::CRenderizableDisplayListPtr, mrpt::opengl::CSimpleLinePtr, mrpt::opengl::CSpherePtr, mrpt::opengl::CTexturedPlanePtr, mrpt::opengl::CBoxPtr, and mrpt::opengl::CCylinderPtr.
Definition at line 56 of file CRenderizable.h.
| const CRenderizable& mrpt::opengl::CRenderizablePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::opengl::CAngularObservationMeshPtr, mrpt::opengl::CPlanarLaserScanPtr, mrpt::opengl::CSetOfObjectsPtr, mrpt::opengl::CMeshPtr, mrpt::opengl::CSetOfLinesPtr, mrpt::opengl::CPolyhedronPtr, mrpt::opengl::CSetOfTexturedTrianglesPtr, mrpt::opengl::CCameraPtr, mrpt::opengl::CGeneralizedCylinderPtr, mrpt::opengl::CPointCloudPtr, mrpt::opengl::CPointCloudColouredPtr, mrpt::opengl::C3DSScenePtr, mrpt::opengl::CDiskPtr, mrpt::opengl::CEllipsoidPtr, mrpt::opengl::COpenGLStandardObjectPtr, mrpt::opengl::CTexturedObjectPtr, mrpt::opengl::CGridPlaneXYPtr, mrpt::opengl::CGridPlaneXZPtr, mrpt::opengl::CSetOfTrianglesPtr, mrpt::opengl::CTextPtr, mrpt::opengl::CText3DPtr, mrpt::opengl::CArrowPtr, mrpt::opengl::CAxisPtr, mrpt::opengl::CRenderizableDisplayListPtr, mrpt::opengl::CSimpleLinePtr, mrpt::opengl::CSpherePtr, mrpt::opengl::CTexturedPlanePtr, mrpt::opengl::CBoxPtr, and mrpt::opengl::CCylinderPtr.
Definition at line 56 of file CRenderizable.h.
| const CRenderizable* mrpt::opengl::CRenderizablePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::opengl::CAngularObservationMeshPtr, mrpt::opengl::CPlanarLaserScanPtr, mrpt::opengl::CSetOfObjectsPtr, mrpt::opengl::CMeshPtr, mrpt::opengl::CSetOfLinesPtr, mrpt::opengl::CPolyhedronPtr, mrpt::opengl::CSetOfTexturedTrianglesPtr, mrpt::opengl::CCameraPtr, mrpt::opengl::CGeneralizedCylinderPtr, mrpt::opengl::CPointCloudPtr, mrpt::opengl::CPointCloudColouredPtr, mrpt::opengl::C3DSScenePtr, mrpt::opengl::CDiskPtr, mrpt::opengl::CEllipsoidPtr, mrpt::opengl::COpenGLStandardObjectPtr, mrpt::opengl::CTexturedObjectPtr, mrpt::opengl::CGridPlaneXYPtr, mrpt::opengl::CGridPlaneXZPtr, mrpt::opengl::CSetOfTrianglesPtr, mrpt::opengl::CTextPtr, mrpt::opengl::CText3DPtr, mrpt::opengl::CArrowPtr, mrpt::opengl::CAxisPtr, mrpt::opengl::CRenderizableDisplayListPtr, mrpt::opengl::CSimpleLinePtr, mrpt::opengl::CSpherePtr, mrpt::opengl::CTexturedPlanePtr, mrpt::opengl::CBoxPtr, and mrpt::opengl::CCylinderPtr.
Definition at line 56 of file CRenderizable.h.
| CRenderizable* mrpt::opengl::CRenderizablePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::opengl::CAngularObservationMeshPtr, mrpt::opengl::CPlanarLaserScanPtr, mrpt::opengl::CSetOfObjectsPtr, mrpt::opengl::CMeshPtr, mrpt::opengl::CSetOfLinesPtr, mrpt::opengl::CPolyhedronPtr, mrpt::opengl::CSetOfTexturedTrianglesPtr, mrpt::opengl::CCameraPtr, mrpt::opengl::CGeneralizedCylinderPtr, mrpt::opengl::CPointCloudPtr, mrpt::opengl::CPointCloudColouredPtr, mrpt::opengl::C3DSScenePtr, mrpt::opengl::CDiskPtr, mrpt::opengl::CEllipsoidPtr, mrpt::opengl::COpenGLStandardObjectPtr, mrpt::opengl::CTexturedObjectPtr, mrpt::opengl::CGridPlaneXYPtr, mrpt::opengl::CGridPlaneXZPtr, mrpt::opengl::CSetOfTrianglesPtr, mrpt::opengl::CTextPtr, mrpt::opengl::CText3DPtr, mrpt::opengl::CArrowPtr, mrpt::opengl::CAxisPtr, mrpt::opengl::CRenderizableDisplayListPtr, mrpt::opengl::CSimpleLinePtr, mrpt::opengl::CSpherePtr, mrpt::opengl::CTexturedPlanePtr, mrpt::opengl::CBoxPtr, and mrpt::opengl::CCylinderPtr.
Definition at line 56 of file CRenderizable.h.
| CRenderizable* mrpt::opengl::CRenderizablePtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::opengl::CAngularObservationMeshPtr, mrpt::opengl::CPlanarLaserScanPtr, mrpt::opengl::CSetOfObjectsPtr, mrpt::opengl::CMeshPtr, mrpt::opengl::CSetOfLinesPtr, mrpt::opengl::CPolyhedronPtr, mrpt::opengl::CSetOfTexturedTrianglesPtr, mrpt::opengl::CCameraPtr, mrpt::opengl::CGeneralizedCylinderPtr, mrpt::opengl::CPointCloudPtr, mrpt::opengl::CPointCloudColouredPtr, mrpt::opengl::C3DSScenePtr, mrpt::opengl::CDiskPtr, mrpt::opengl::CEllipsoidPtr, mrpt::opengl::COpenGLStandardObjectPtr, mrpt::opengl::CTexturedObjectPtr, mrpt::opengl::CGridPlaneXYPtr, mrpt::opengl::CGridPlaneXZPtr, mrpt::opengl::CSetOfTrianglesPtr, mrpt::opengl::CTextPtr, mrpt::opengl::CText3DPtr, mrpt::opengl::CArrowPtr, mrpt::opengl::CAxisPtr, mrpt::opengl::CRenderizableDisplayListPtr, mrpt::opengl::CSimpleLinePtr, mrpt::opengl::CSpherePtr, mrpt::opengl::CTexturedPlanePtr, mrpt::opengl::CBoxPtr, and mrpt::opengl::CCylinderPtr.
Definition at line 56 of file CRenderizable.h.
| const CRenderizable* mrpt::opengl::CRenderizablePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::opengl::CAngularObservationMeshPtr, mrpt::opengl::CPlanarLaserScanPtr, mrpt::opengl::CSetOfObjectsPtr, mrpt::opengl::CMeshPtr, mrpt::opengl::CSetOfLinesPtr, mrpt::opengl::CPolyhedronPtr, mrpt::opengl::CSetOfTexturedTrianglesPtr, mrpt::opengl::CCameraPtr, mrpt::opengl::CGeneralizedCylinderPtr, mrpt::opengl::CPointCloudPtr, mrpt::opengl::CPointCloudColouredPtr, mrpt::opengl::C3DSScenePtr, mrpt::opengl::CDiskPtr, mrpt::opengl::CEllipsoidPtr, mrpt::opengl::COpenGLStandardObjectPtr, mrpt::opengl::CTexturedObjectPtr, mrpt::opengl::CGridPlaneXYPtr, mrpt::opengl::CGridPlaneXZPtr, mrpt::opengl::CSetOfTrianglesPtr, mrpt::opengl::CTextPtr, mrpt::opengl::CText3DPtr, mrpt::opengl::CArrowPtr, mrpt::opengl::CAxisPtr, mrpt::opengl::CRenderizableDisplayListPtr, mrpt::opengl::CSimpleLinePtr, mrpt::opengl::CSpherePtr, mrpt::opengl::CTexturedPlanePtr, mrpt::opengl::CBoxPtr, and mrpt::opengl::CCylinderPtr.
Definition at line 56 of file CRenderizable.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| void mrpt::opengl::CRenderizablePtr::setFromPointerDoNotFreeAtDtor | ( | const CRenderizable * | p | ) | [inline] |
Definition at line 56 of file CRenderizable.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |