Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::strategy_compare< Tag, Direction, Point, CoordinateSystem, Dimension > Struct Template Reference

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

#include <compare.hpp>

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

The documentation for this struct was generated from the following file: