Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::adapt::bp::holes_proxy< Polygon > Struct Template Reference

#include <holes_proxy.hpp>

Collaboration diagram for boost::geometry::adapt::bp::holes_proxy< Polygon >:

Public Types

typedef ring_proxy< typename
boost::mpl::if_< typename
boost::is_const< Polygon >
, Polygon const, Polygon >
::type
proxy_type
 
typedef hole_iterator< Polygon,
proxy_type
iterator_type
 
typedef Polygon::coordinate_type coordinate_type
 

Public Member Functions

 holes_proxy (Polygon &p)
 
void clear ()
 
void resize (std::size_t new_size)
 
template<typename Ring >
void push_back (Ring const &ring)
 

Public Attributes

Polygon & polygon
 

Member Typedef Documentation

template<typename Polygon>
typedef Polygon::coordinate_type boost::geometry::adapt::bp::holes_proxy< Polygon >::coordinate_type
template<typename Polygon>
typedef hole_iterator<Polygon, proxy_type> boost::geometry::adapt::bp::holes_proxy< Polygon >::iterator_type
template<typename Polygon>
typedef ring_proxy< typename boost::mpl::if_ < typename boost::is_const<Polygon>, Polygon const, Polygon >::type > boost::geometry::adapt::bp::holes_proxy< Polygon >::proxy_type

Constructor & Destructor Documentation

template<typename Polygon>
boost::geometry::adapt::bp::holes_proxy< Polygon >::holes_proxy ( Polygon &  p)
inline

Member Function Documentation

Member Data Documentation


The documentation for this struct was generated from the following file: