#include <Uav.h>

Public Member Functions | |
| UavPar () | |
| UavPar (const UavPar &r) | |
| UavPar & | operator= (const UavPar &r) |
| int | id () |
| Decimal | lenght () |
| Decimal | width () |
| Decimal | height () |
| string | name () |
| string | print () |
Protected Member Functions | |
| void | setId (int i) |
| sets the id | |
| void | setLength (Decimal r) |
| sets the lenght | |
| void | setWidth (Decimal r) |
| sets the width | |
| void | setHeight (Decimal r) |
| sets the height | |
| void | setName (string n) |
| sets the name | |
1.5.6