Boost.Geometry    Boost C++ Libraries
Public Types
boost::geometry::strategy_convex_hull< Geometry1, Point, CsTag > Struct Template Reference

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

List of all members.

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

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