Program Listing for File Post.hpp
↰ Return to documentation for file (optional/gdal/src/navtk/geospatial/Post.hpp)
#pragma once
namespace navtk {
namespace geospatial {
struct Post {
int x;
int y;
};
} // namespace geospatial
} // namespace navtk