WimaVehicleCorridor.cc 277 Bytes
Newer Older
1 2 3 4 5
#include "WimaVehicleCorridor.h"

WimaVehicleCorridor::WimaVehicleCorridor(QObject *parent):
    WimaPolygon(parent)
{
6
    this->setObjectName("Corridor");
7
}
8 9 10 11 12 13

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

}