Limbo 3.5.4
Loading...
Searching...
No Matches
GeoBoostPolygonApi.h File Reference

this file extracts polygon-to-rectangle conversion for Boost.Polygon API. More...

#include <boost/polygon/polygon.hpp>

Go to the source code of this file.

Namespaces

namespace  limbo
 namespace for Limbo
namespace  limbo::geometry
 namespace for Limbo.Geometry

Functions

bool limbo::geometry::polygon2RectangleBoost (std::vector< gtl::point_data< int > > const &vPoint, std::vector< gtl::rectangle_data< int > > &vRectangle)
 this function takes a set of points describing a rectilinear polygon and decomposes it into rectangles
bool limbo::geometry::polygon2RectangleBoost (gtl::polygon_90_data< int > const &polygon, std::vector< gtl::rectangle_data< int > > &vRectangle)
 this function takes a rectilinear polygon and decomposes it into rectangles

Detailed Description

this file extracts polygon-to-rectangle conversion for Boost.Polygon API.

Author
Yibo Lin
Date
Sep 2015

Definition in file GeoBoostPolygonApi.h.