Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::traits::coordinate_type< Point, Enable > Struct Template Reference

Traits class which indicate the coordinate type (double,float,...) of a point. More...

#include <coordinate_type.hpp>

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::coordinate_type< Point, Enable >

Traits class which indicate the coordinate type (double,float,...) of a point.

Geometries:
  • point
Specializations should provide:
  • typedef T type; (double,float,int,etc)

Member Function Documentation

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

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