Boost.Geometry    Boost C++ Libraries
Public Types | List of all members
boost::geometry::strategy_compare< Tag, Direction, Point, CoordinateSystem, Dimension > Struct Template Reference

Traits class binding a comparing strategy to a coordinate system. More...

Public Types

typedef strategy::not_implemented type
 

Detailed Description

template<typename Tag, int Direction, typename Point, typename CoordinateSystem, std::size_t Dimension>
struct boost::geometry::strategy_compare< Tag, Direction, Point, CoordinateSystem, Dimension >

Traits class binding a comparing strategy to a coordinate system.

Template Parameters
Tagtag of coordinate system of point-type
Directiondirection to compare on: 1 for less (-> ascending order) and -1 for greater (-> descending order)
Pointpoint-type
CoordinateSystemcoordinate sytem of point
Dimensionthe dimension to compare on

Member Typedef Documentation

template<typename Tag , int Direction, typename Point , typename CoordinateSystem , std::size_t Dimension>
typedef strategy::not_implemented boost::geometry::strategy_compare< Tag, Direction, Point, CoordinateSystem, Dimension >::type

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