#include <hdf_bin.h>
#include <vector>
#include <deque>
#include <list>
#include <stdint.h>
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <boost/geometry/geometries/box.hpp>
#include <boost/foreach.hpp>
#include <L3Shape.h>
Go to the source code of this file.
|
typedef boost::geometry::model::d2::point_xy< float > | Point_t |
|
typedef boost::geometry::model::polygon< Point_t > | Polygon_t |
|
typedef boost::geometry::model::box< Point_t > | Box_t |
|