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::point_type< Geometry > Struct Template Reference

Traits class indicating the type of contained points. More...

#include <point_type.hpp>

Public Member Functions

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

Detailed Description

template<typename Geometry>
struct boost::geometry::traits::point_type< Geometry >

Traits class indicating the type of contained points.

Geometries:
  • all geometries except point
Specializations should provide:
  • typedef P type (where P should fulfil the Point concept)
Template Parameters
Geometrygeometry

Member Function Documentation

template<typename Geometry >
boost::geometry::traits::point_type< Geometry >::BOOST_MPL_ASSERT_MSG ( false  ,
NOT_IMPLEMENTED_FOR_THIS_POINT_TYPE  ,
(types< Geometry >)   
)

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