Functions to create a wrap from point clouds, segment soups, and polygons with holes.
|
| template<typename PointRange , typename FaceRange , typename MultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const PointRange &points, const FaceRange &faces, const double alpha, const double offset, MultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains an input indexed face set.
|
| |
| template<typename TriangleRange , typename MultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const TriangleRange &triangles, const double alpha, const double offset, MultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains an input triangle soup.
|
| |
| template<typename Traits_ , typename Container_ , typename MultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const CGAL::Polygon_2< Traits_, Container_ > &p, const double alpha, const double offset, MultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains an input polygon.
|
| |
| template<typename Traits_ , typename Container_ , typename MultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const CGAL::Polygon_with_holes_2< Traits_, Container_ > &pwh, const double alpha, const double offset, MultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains an input polygon with holes.
|
| |
| template<typename InputMultipolygonWithHoles , typename OutputMultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const InputMultipolygonWithHoles &multipolygon, const double alpha, const double offset, OutputMultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains an input multipolygon.
|
| |
| template<typename SegmentRange , typename MultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const SegmentRange &segments, const double alpha, const double offset, MultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains an input segment soup.
|
| |
| template<typename MultiLineString , typename MultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const MultiLineString &multilinestring, const double alpha, const double offset, MultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains input polylines.
|
| |
| template<typename PointRange , typename MultipolygonWithHoles , typename InputNamedParameters = parameters::Default_named_parameters> |
| void | CGAL::alpha_wrap_2 (const PointRange &points, const double alpha, const double offset, MultipolygonWithHoles &alpha_wrap, const InputNamedParameters &np=parameters::default_values()) |
| | computes a watertight, 1-manifold, simple multipolygon that strictly contains an input point set.
|
| |