Boost.Geometry    Boost C++ Libraries
Namespaces | Macros
boost_tuple.hpp File Reference

Namespaces

 boost
 
 boost::geometry
 

Macros

#define BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS(CoordinateSystem)
 

Macro Definition Documentation

#define BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS (   CoordinateSystem)
Value:
namespace boost { namespace geometry { namespace traits { \
template <typename T1, typename T2, typename T3, typename T4, typename T5, \
typename T6, typename T7, typename T8, typename T9, typename T10> \
struct coordinate_system<boost::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> > \
{ \
typedef CoordinateSystem type; \
}; \
}}}
Examples:
01_point_example.cpp, c04_b_custom_triangle_example.cpp, and x03_a_soci_example.cpp.

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