Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
polygon_set_data.hpp File Reference
#include "polygon_45_set_data.hpp"
#include "polygon_45_set_concept.hpp"
#include "polygon_traits.hpp"
#include "detail/polygon_arbitrary_formation.hpp"
#include "detail/scan_arbitrary.hpp"
#include "polygon_set_traits.hpp"
#include "detail/polygon_set_view.hpp"
#include "polygon_set_concept.hpp"
#include "detail/minkowski.hpp"
Include dependency graph for polygon_set_data.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::polygon::polygon_set_view< ltype, rtype, op_type >
 
class  boost::polygon::polygon_set_data< T >
 
struct  boost::polygon::geometry_concept< polygon_set_data< T > >
 
class  boost::polygon::connectivity_extraction< coordinate_type >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::polygon
 

Functions

template<typename T >
int boost::polygon::make_resizing_vertex_list (std::vector< std::vector< point_data< T > > > &return_points, point_data< T > &curr_prev, bool ignore_prev_point, point_data< T > start, point_data< T > middle, point_data< T > end, double sizing_distance, unsigned int num_circle_segments, bool corner_fill_arc)
 
template<typename T >
int boost::polygon::make_arc (std::vector< point_data< T > > &return_points, point_data< double > start, point_data< double > end, point_data< double > center, double r, unsigned int num_circle_segments)