RectangularRegion specified in TS 103 097 v1.2.1, section 4.2.23. More...
#include <region.hpp>
Public Member Functions | |
bool | operator== (const RectangularRegion &) const |
bool | operator!= (const RectangularRegion &) const |
Public Attributes | |
TwoDLocation | northwest |
TwoDLocation | southeast |
RectangularRegion specified in TS 103 097 v1.2.1, section 4.2.23.
Definition at line 89 of file region.hpp.
bool RectangularRegion::operator!= | ( | const RectangularRegion & | other | ) | const |
Definition at line 99 of file region.cpp.
bool RectangularRegion::operator== | ( | const RectangularRegion & | other | ) | const |
Definition at line 94 of file region.cpp.
TwoDLocation vanetza::security::v2::RectangularRegion::northwest |
Definition at line 91 of file region.hpp.
TwoDLocation vanetza::security::v2::RectangularRegion::southeast |
Definition at line 92 of file region.hpp.