Displays a grid of cells, drawn with lines.
More...
#include <rendering/rendering.hh>
Displays a grid of cells, drawn with lines.
Displays a grid of cells, drawn with lines. A grid with an identity orientation is drawn along the XY plane.
gazebo::rendering::Grid::Grid |
( |
Scene * |
_scene, |
|
|
uint32_t |
_cellCount, |
|
|
float |
_cellLength, |
|
|
float |
_lineWidth, |
|
|
const common::Color & |
_color |
|
) |
| |
Constructor.
- Parameters
-
[in] | _scene | The scene this object is part of |
[in] | _cellCount | The number of cells to draw |
[in] | _cellLength | The size of each cell |
[in] | _lineWidth | The width of the lines to use |
[in] | _color | The color of the grid |
gazebo::rendering::Grid::~Grid |
( |
| ) |
|
void gazebo::rendering::Grid::Enable |
( |
bool |
_enable | ) |
|
Enable or disable the grid.
- Parameters
-
[in] | _enable | Set to true to view the grid, false to make invisible. |
uint32_t gazebo::rendering::Grid::GetCellCount |
( |
| ) |
const |
|
inline |
float gazebo::rendering::Grid::GetCellLength |
( |
| ) |
const |
|
inline |
Get the cell length.
- Returns
- The cell length
Return the grid color.
- Returns
- The grid color
uint32_t gazebo::rendering::Grid::GetHeight |
( |
| ) |
const |
|
inline |
Get the height of the grid.
- Returns
- The height
float gazebo::rendering::Grid::GetLineWidth |
( |
| ) |
const |
|
inline |
Get the width of the grid line.
- Returns
- The line width
Ogre::SceneNode* gazebo::rendering::Grid::GetSceneNode |
( |
| ) |
|
|
inline |
Get the Ogre scene node associated with this grid.
- Returns
- The Ogre scene node associated with this grid
void gazebo::rendering::Grid::Init |
( |
| ) |
|
void gazebo::rendering::Grid::SetCellCount |
( |
uint32_t |
_count | ) |
|
Set the number of cells.
- Parameters
-
[in] | _count | The number of cells |
void gazebo::rendering::Grid::SetCellLength |
( |
float |
_len | ) |
|
Set the cell length.
- Parameters
-
void gazebo::rendering::Grid::SetColor |
( |
const common::Color & |
_color | ) |
|
Sets the color of the grid.
- Parameters
-
void gazebo::rendering::Grid::SetHeight |
( |
uint32_t |
_count | ) |
|
Set the height of the grid.
- Parameters
-
void gazebo::rendering::Grid::SetLineWidth |
( |
float |
_width | ) |
|
Set the line width.
- Parameters
-
[in] | _width | The width of the grid |
void gazebo::rendering::Grid::SetUserData |
( |
const Ogre::Any & |
_data | ) |
|
Sets user data on all ogre objects we own.
- Parameters
-
The documentation for this class was generated from the following file: