WimaVehicleCorridor.cc 241 Bytes
Newer Older
1 2 3 4 5 6 7
#include "WimaVehicleCorridor.h"

WimaVehicleCorridor::WimaVehicleCorridor(QObject *parent):
    WimaPolygon(parent)
{

}
8 9 10 11 12 13

WimaVehicleCorridor::WimaVehicleCorridor(QGCMapPolygon *other, QObject *parent):
    WimaPolygon (other, parent)
{

}