Go to the source code of this file.
|
| mrpt |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
|
|
| mrpt::opengl |
| The namespace for 3D scene representation and rendering.
|
|
|
COpenGLScene::Ptr & | mrpt::opengl::operator<< (COpenGLScene::Ptr &s, const CRenderizable::Ptr &r) |
| Inserts an openGL object into a scene. More...
|
|
template<class T > |
COpenGLScene::Ptr & | mrpt::opengl::operator<< (COpenGLScene::Ptr &s, const std::vector< T > &v) |
| Inserts any iterable collection of openGL objects into a scene, allowing call chaining. More...
|
|