WimaVehicleMeasurementPolygon.cc 333 Bytes
Newer Older
1 2 3 4 5 6
#include "WimaVehicleMeasurementPolygon.h"


WimaVehicleMeasurementPolygon::WimaVehicleMeasurementPolygon(QObject *parent):
    WimaPolygon (parent)
{
7
    this->setObjectName("Vehicle Area");
8
}
9 10 11 12 13 14

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

}