#include <cstddef>
#include <boost/mpl/assert.hpp>
#include <boost/mpl/equal_to.hpp>
#include <boost/static_assert.hpp>
#include <boost/geometry/core/point_type.hpp>
#include <boost/geometry/util/bare_type.hpp>
Classes | |
struct | boost::geometry::traits::dimension< Point, Enable > |
Traits class indicating the number of dimensions of a point. More... | |
struct | boost::geometry::core_dispatch::dimension< T, G > |
struct | boost::geometry::core_dispatch::dimension< point_tag, P > |
struct | boost::geometry::dimension< Geometry > |
{value, number of coordinates (the number of axes of any geometry), } More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::geometry | |
boost::geometry::traits | |
boost::geometry::core_dispatch | |
Functions | |
template<typename Geometry , int Dimensions> | |
void | boost::geometry::assert_dimension () |
assert_dimension, enables compile-time checking if coordinate dimensions are as expected More... | |
template<typename Geometry , int Dimensions> | |
void | boost::geometry::assert_dimension_less_equal () |
assert_dimension, enables compile-time checking if coordinate dimensions are as expected More... | |
template<typename Geometry , int Dimensions> | |
void | boost::geometry::assert_dimension_greater_equal () |
template<typename G1 , typename G2 > | |
void | boost::geometry::assert_dimension_equal () |
assert_dimension_equal, enables compile-time checking if coordinate dimensions of two geometries are equal More... | |