Calculate the convex hull of a geometry, output-iterator version.
- Template Parameters
-
Geometry | the input geometry type |
OutputIterator | an output-iterator |
- Parameters
-
geometry | the geometry to calculate convex hull from |
out | an output iterator outputing points of the convex hull |
- Note
- This overloaded version outputs to an output iterator. In this case, nothing is known about its point-type or about its clockwise order. Therefore, the input point-type and order are copied
References convex_hull_insert(), and boost::iostreams::zlib::default_strategy.