mirror of https://github.com/CGAL/cgal
36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
/// \defgroup PkgAlphaWrap3Ref 3D Alpha Wrapping
|
|
|
|
/// \defgroup AW3_free_functions_grp Free Functions
|
|
/// Functions to create a wrap from point clouds, triangle soups, and triangle meshes.
|
|
/// \ingroup PkgAlphaWrap3Ref
|
|
|
|
/*!
|
|
\addtogroup PkgAlphaWrap3Ref
|
|
\cgalPkgDescriptionBegin{3D Alpha Wrapping,PkgAlphaWrap3}
|
|
\cgalPkgPicture{alpha_wrap_3.jpg}
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthors{Pierre Alliez, David Cohen-Steiner, Michael Hemmer, Cédric Portaneri, Mael Rouxel-Labbé}
|
|
\cgalPkgDesc{This component takes a 3D triangle mesh, a triangle soup, or a point set as input, and generates
|
|
a valid triangulated surface mesh that strictly contains the input (watertight, intersection-free
|
|
and 2-manifold). The algorithm proceeds by shrink-wrapping
|
|
and refining a 3D Delaunay triangulation starting from a loose bounding box of the input.
|
|
Two user-defined parameters, alpha and offset, offer control over the maximum size
|
|
of cavities where the shrink-wrapping process can enter, and the tightness
|
|
of the final surface mesh to the input, respectively. Once combined, these parameters
|
|
provide a means to trade fidelity to the input for complexity of the output.}
|
|
\cgalPkgManuals{Chapter_3D_Alpha_wrapping,PkgAlphaWrap3Ref}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{5.5}
|
|
\cgalPkgDependsOn{\ref PkgTriangulation3 and \ref PkgPolygonMeshProcessing}
|
|
\cgalPkgBib{cgal:achpr-aw3}
|
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
|
\cgalPkgShortInfoEnd
|
|
\cgalPkgDescriptionEnd
|
|
|
|
\cgalClassifedRefPages
|
|
|
|
\cgalCRPSection{Functions}
|
|
- \link AW3_free_functions_grp `CGAL::alpha_wrap_3()` \endlink
|
|
*/
|