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

Namespaces

 boost
 
 boost::geometry
 

Macros

#define BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(CoordinateSystem)
 

Macro Definition Documentation

#define BOOST_GEOMETRY_REGISTER_C_ARRAY_CS (   CoordinateSystem)
Value:
namespace boost { namespace geometry { namespace traits { \
template <typename T, std::size_t N> \
struct coordinate_system<T[N]> \
{ \
typedef CoordinateSystem type; \
}; \
}}}
Examples:
01_point_example.cpp, 02_linestring_example.cpp, 03_polygon_example.cpp, and 06_a_transformation_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