Boost.Geometry    Boost C++ Libraries
Namespaces | Defines
/home/travis/build/boostorg/boost/boost/geometry/geometries/adapted/c_array.hpp File Reference

Namespaces

namespace  boost
namespace  boost::geometry

Defines

#define BOOST_GEOMETRY_REGISTER_C_ARRAY_CS(CoordinateSystem)

Define 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