|
| void | addCloud (int id, const pcl::PointCloud< pcl::PointXYZRGB >::Ptr &cloud, const pcl::IndicesPtr &indices, const rtabmap::Transform &pose) |
| |
| void | addMesh (int id, const Mesh &mesh, const rtabmap::Transform &pose, bool createWireframe=false) |
| |
| void | clear () |
| |
| void | DeleteResources () |
| |
| std::set< int > | getAddedClouds () const |
| |
| rtabmap::Transform | GetCameraPose () const |
| |
| rtabmap::Transform | GetOpenGLCameraPose (float *fov=0) const |
| |
| float | getPointSize () const |
| |
| int | getViewPortHeight () const |
| |
| int | getViewPortWidth () const |
| |
| bool | hasCloud (int id) const |
| |
| bool | hasMesh (int id) const |
| |
| bool | hasTexture (int id) const |
| |
| void | InitGLContent () |
| |
| bool | isBackfaceCulling () const |
| |
| bool | isBlending () const |
| |
| bool | isLighting () const |
| |
| bool | isMapRendering () const |
| |
| bool | isMeshRendering () const |
| |
| bool | isMeshTexturing () const |
| |
| void | OnTouchEvent (int touch_count, tango_gl::GestureCamera::TouchEvent event, float x0, float y0, float x1, float y1) |
| |
| int | Render () |
| |
| | Scene () |
| |
| void | setBackfaceCulling (bool enabled) |
| |
| void | setBackgroundColor (float r, float g, float b) |
| |
| void | setBlending (bool enabled) |
| |
| void | SetCameraPose (const rtabmap::Transform &pose) |
| |
| void | SetCameraType (tango_gl::GestureCamera::CameraType camera_type) |
| |
| void | setCloudPose (int id, const rtabmap::Transform &pose) |
| |
| void | setCloudVisible (int id, bool visible) |
| |
| void | setFOV (float angle) |
| |
| void | setGraphVisible (bool visible) |
| |
| void | setGridColor (float r, float g, float b) |
| |
| void | setGridRotation (float angleDeg) |
| |
| void | setGridVisible (bool visible) |
| |
| void | setLighting (bool enabled) |
| |
| void | setMapRendering (bool enabled) |
| |
| void | setMeshRendering (bool enabled, bool withTexture) |
| |
| void | setOrthoCropFactor (float value) |
| |
| void | setPointSize (float size) |
| |
| void | setScreenRotation (TangoSupportRotation colorCameraToDisplayRotation) |
| |
| void | setTraceVisible (bool visible) |
| |
| void | SetupViewPort (int w, int h) |
| |
| void | setWireframe (bool enabled) |
| |
| void | updateCloudPolygons (int id, const std::vector< pcl::Vertices > &polygons) |
| |
| void | updateGains (int id, float gainR, float gainG, float gainB) |
| |
| void | updateGraph (const std::map< int, rtabmap::Transform > &poses, const std::multimap< int, rtabmap::Link > &links) |
| |
| void | updateMesh (int id, const Mesh &mesh) |
| |
| | ~Scene () |
| |
Definition at line 46 of file scene.h.