Boost.Geometry    Boost C++ Libraries
Public Member Functions | List of all members
boost::geometry::traits::dimension< Point, Enable > Struct Template Reference

Traits class indicating the number of dimensions of a point. More...

Public Member Functions

 BOOST_MPL_ASSERT_MSG (false, NOT_IMPLEMENTED_FOR_THIS_POINT_TYPE,(types< Point >))
 

Detailed Description

template<typename Point, typename Enable = void>
struct boost::geometry::traits::dimension< Point, Enable >

Traits class indicating the number of dimensions of a point.

Geometries:
  • point
Specializations should provide:
  • value (should be derived from boost::mpl::int_<D>

Member Function Documentation

template<typename Point , typename Enable = void>
boost::geometry::traits::dimension< Point, Enable >::BOOST_MPL_ASSERT_MSG ( false  ,
NOT_IMPLEMENTED_FOR_THIS_POINT_TYPE  ,
(types< Point >)   
)

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen