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

Namespaces

namespace  boost
namespace  boost::geometry

Defines

#define BOOST_GEOMETRY_ADAPTED_BOOST_ARRAY_TAG_DEFINED
#define BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS(CoordinateSystem)

Define Documentation

#define BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS (   CoordinateSystem)
Value:
namespace boost { namespace geometry { namespace traits { \
    template <class T, std::size_t N> \
    struct coordinate_system<boost::array<T, N> > \
    { \
        typedef CoordinateSystem type; \
    }; \
    }}}
Examples:
01_point_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