18 #ifndef _BUILDING_ITEM_HH_
19 #define _BUILDING_ITEM_HH_
42 public:
int GetLevel()
const;
46 public:
void SetLevel(
int _level);
50 public:
double GetLevelBaseHeight()
const;
55 public:
void SetLevelBaseHeight(
double _height);
int level
Level that this building item is in.
Definition: BuildingItem.hh:58
Base class of a items that have building level properties such as the level number and level height...
Definition: BuildingItem.hh:33
double levelBaseHeight
Base height of the level.
Definition: BuildingItem.hh:61
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48