Base class of a items that have building level properties such as the level number and level height.
More...
#include <BuildingItem.hh>
Base class of a items that have building level properties such as the level number and level height.
| gazebo::gui::BuildingItem::BuildingItem |
( |
| ) |
|
| gazebo::gui::BuildingItem::~BuildingItem |
( |
| ) |
|
| int gazebo::gui::BuildingItem::GetLevel |
( |
| ) |
const |
Get the level in which this building item is located.
| double gazebo::gui::BuildingItem::GetLevelBaseHeight |
( |
| ) |
const |
Get the base height of this level relative to the ground plane.
| void gazebo::gui::BuildingItem::SetLevel |
( |
int |
_level | ) |
|
Set the level of this building item.
- Parameters
-
| void gazebo::gui::BuildingItem::SetLevelBaseHeight |
( |
double |
_height | ) |
|
Set the base height of this level relative to the ground plane.
- Parameters
-
| int gazebo::gui::BuildingItem::level |
|
protected |
Level that this building item is in.
| double gazebo::gui::BuildingItem::levelBaseHeight |
|
protected |
Base height of the level.
The documentation for this class was generated from the following file: