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_convex_hull< Geometry1, Point, CsTag > Struct Template Reference

Traits class binding a convex hull calculation strategy to a coordinate system. More...

#include <convex_hull.hpp>

Public Types

typedef strategy::not_implemented type
 

Detailed Description

template<typename Geometry1, typename Point, typename CsTag = typename cs_tag<Point>::type>
struct boost::geometry::strategy_convex_hull< Geometry1, Point, CsTag >

Traits class binding a convex hull calculation strategy to a coordinate system.

Template Parameters
Tagtag of coordinate system
Geometrythe geometry type (hull operates internally per hull over geometry)
Pointpoint-type of output points

Member Typedef Documentation

template<typename Geometry1 , typename Point , typename CsTag = typename cs_tag<Point>::type>
typedef strategy::not_implemented boost::geometry::strategy_convex_hull< Geometry1, Point, CsTag >::type

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