Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::polygon::connectivity_extraction< coordinate_type > Class Template Reference

#include <polygon_set_data.hpp>

Public Member Functions

 connectivity_extraction ()
 
 connectivity_extraction (const connectivity_extraction &that)
 
connectivity_extractionoperator= (const connectivity_extraction &that)
 
unsigned int insert (const polygon_set_data< coordinate_type > &ps)
 
template<class GeoObjT >
unsigned int insert (const GeoObjT &geoObj)
 
template<class GraphT >
void extract (GraphT &graph)
 

Constructor & Destructor Documentation

template<typename coordinate_type>
boost::polygon::connectivity_extraction< coordinate_type >::connectivity_extraction ( )
inline
template<typename coordinate_type>
boost::polygon::connectivity_extraction< coordinate_type >::connectivity_extraction ( const connectivity_extraction< coordinate_type > &  that)
inline

Member Function Documentation

template<typename coordinate_type>
template<class GraphT >
void boost::polygon::connectivity_extraction< coordinate_type >::extract ( GraphT &  graph)
inline
template<typename coordinate_type>
template<class GeoObjT >
unsigned int boost::polygon::connectivity_extraction< coordinate_type >::insert ( const GeoObjT &  geoObj)
inline
template<typename coordinate_type>
connectivity_extraction& boost::polygon::connectivity_extraction< coordinate_type >::operator= ( const connectivity_extraction< coordinate_type > &  that)
inline

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