Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
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

 limbo
 namespace for Limbo
 
 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 More...
 
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 More...
 

Detailed Description

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

Author
Yibo Lin
Date
Sep 2015

Definition in file GeoBoostPolygonApi.h.