Class to mangage render windows.
More...
#include <rendering/rendering.hh>
|
int | CreateWindow (const std::string &_ogreHandle, uint32_t _width, uint32_t _height) |
| Create a window.
|
|
void | Fini () |
| Shutdown all the windows.
|
|
float | GetAvgFPS (uint32_t _id) |
| Get the average FPS.
|
|
uint32_t | GetTriangleCount (uint32_t _id) |
| Get the triangle count.
|
|
Ogre::RenderWindow * | GetWindow (uint32_t _id) |
| Get the render window associated with the given id.
|
|
void | Moved (uint32_t _id) |
| Tells Ogre the window has moved, and needs updating.
|
|
void | Resize (uint32_t _id, int _width, int _height) |
| Resize a window.
|
|
void | SetCamera (int _windowId, CameraPtr _camera) |
| Attach a camera to a window.
|
|
Class to mangage render windows.
int gazebo::rendering::WindowManager::CreateWindow |
( |
const std::string & |
_ogreHandle, |
|
|
uint32_t |
_width, |
|
|
uint32_t |
_height |
|
) |
| |
Create a window.
- Parameters
-
[in] | _ogreHandle | String representing the ogre window handle. |
[in] | _width | With of the window in pixels. |
[in] | _height | Height of the window in pixels. |
void gazebo::rendering::WindowManager::Fini |
( |
| ) |
|
Shutdown all the windows.
float gazebo::rendering::WindowManager::GetAvgFPS |
( |
uint32_t |
_id | ) |
|
Get the average FPS.
- Parameters
-
- Returns
- The frames per second.
uint32_t gazebo::rendering::WindowManager::GetTriangleCount |
( |
uint32_t |
_id | ) |
|
Get the triangle count.
- Parameters
-
- Returns
- The triangle count.
Ogre::RenderWindow* gazebo::rendering::WindowManager::GetWindow |
( |
uint32_t |
_id | ) |
|
Get the render window associated with the given id.
- Parameters
-
- Returns
- Pointer to the render window, NULL if the id is invalid.
void gazebo::rendering::WindowManager::Moved |
( |
uint32_t |
_id | ) |
|
Tells Ogre the window has moved, and needs updating.
- Parameters
-
void gazebo::rendering::WindowManager::Resize |
( |
uint32_t |
_id, |
|
|
int |
_width, |
|
|
int |
_height |
|
) |
| |
Resize a window.
- Parameters
-
[in] | _id | Id of the window to resize. |
[in] | _width | New width of the window. |
[in] | _height | New height of the window. |
void gazebo::rendering::WindowManager::SetCamera |
( |
int |
_windowId, |
|
|
CameraPtr |
_camera |
|
) |
| |
Attach a camera to a window.
- Parameters
-
[in] | _windowId | Id of the window to add the camera to. |
[in] | _camera | Pointer to the camera to attach. |
The documentation for this class was generated from the following file: