Traits class binding a convex hull calculation strategy to a coordinate system. More...
#include <convex_hull.hpp>
Public Types | |
typedef strategy::not_implemented | type |
Traits class binding a convex hull calculation strategy to a coordinate system.
Tag | tag of coordinate system |
Geometry | the geometry type (hull operates internally per hull over geometry) |
Point | point-type of output points |
typedef strategy::not_implemented boost::geometry::strategy_convex_hull< Geometry1, Point, CsTag >::type |