#include <cmath>
#include <cstddef>
#include <cstdlib>
#include <vector>
#include <deque>
#include <map>
#include <set>
#include <list>
#include <algorithm>
#include <limits>
#include <iterator>
#include <string>
#include <boost/config.hpp>
#include <boost/mpl/size_t.hpp>
#include <boost/mpl/protect.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/mpl/and.hpp>
#include <boost/mpl/or.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::polygon | |
Macros | |
#define | BOOST_POLYGON_ISOTROPY_HPP |
Functions | |
template<typename T1 , typename T2 > | |
view_of< T1, T2 > | boost::polygon::view_as (const T2 &obj) |
template<typename T > | |
T | boost::polygon::convert_high_precision_type (const typename high_precision_type< T >::type &v) |
template<typename iter_type > | |
void | boost::polygon::polygon_sort (iter_type _b_, iter_type _e_) |
template<typename iter_type , typename pred_type > | |
void | boost::polygon::polygon_sort (iter_type _b_, iter_type _e_, const pred_type &_pred_) |
template<typename coordinate_type_1 , typename coordinate_type_2 > | |
enable_if< typename gtl_and_3 < y_c_edist, typename gtl_same_type< typename geometry_concept < coordinate_type_1 >::type, coordinate_concept >::type, typename gtl_same_type < typename geometry_concept < coordinate_type_1 >::type, coordinate_concept >::type > ::type, typename coordinate_traits < coordinate_type_1 > ::coordinate_difference > ::type | boost::polygon::euclidean_distance (const coordinate_type_1 &lvalue, const coordinate_type_2 &rvalue) |
template<class T > | |
bool | boost::polygon::predicated_swap (const bool &pred, T &a, T &b) |
#define BOOST_POLYGON_ISOTROPY_HPP |