mirror of https://github.com/CGAL/cgal
Merge pull request #7238 from albert-github/feature/bug_author_consistency
Making description of author(s) of a package consistent
This commit is contained in:
commit
5a20fd8567
|
|
@ -8,7 +8,7 @@
|
|||
\cgalPkgDescriptionBegin{3D Fast Intersection and Distance Computation,PkgAABBTree}
|
||||
\cgalPkgPicture{aabb-teaser-thumb.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Pierre Alliez, Stéphane Tayeb, Camille Wormser}
|
||||
\cgalPkgAuthors{Pierre Alliez, Stéphane Tayeb, and Camille Wormser}
|
||||
\cgalPkgDesc{The AABB (axis-aligned bounding box) tree component offers a static data structure and algorithms to perform efficient intersection and distance queries on sets of finite 3D geometric objects.}
|
||||
\cgalPkgManuals{Chapter_3D_Fast_Intersection_and_Distance_Computation,PkgAABBTreeRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
\cgalPkgDescriptionBegin{Advancing Front Surface Reconstruction,PkgAdvancingFrontSurfaceReconstruction}
|
||||
\cgalPkgPicture{afsr-detail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Tran Kai Frank Da, David Cohen-Steiner}
|
||||
\cgalPkgAuthors{Tran Kai Frank Da and David Cohen-Steiner}
|
||||
\cgalPkgDesc{This package provides a greedy algorithm for surface reconstruction from an
|
||||
unorganized point set. Starting from a seed facet, a piecewise linear
|
||||
surface is grown by adding Delaunay triangles one by one. The most
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
\cgalPkgDescriptionBegin{2D Alpha Shapes,PkgAlphaShapes2}
|
||||
\cgalPkgPicture{alpha-detail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Tran Kai Frank Da}
|
||||
\cgalPkgAuthor{Tran Kai Frank Da}
|
||||
\cgalPkgDesc{This package offers a data structure encoding the whole family of alpha-complexes related to a given 2D Delaunay or regular triangulation. In particular, the data structure allows to retrieve the alpha-complex for any alpha value, the whole spectrum of critical alpha values and a filtration on the triangulation faces (this filtration is based on the first alpha value for which each face is included on the alpha-complex).}
|
||||
\cgalPkgManuals{Chapter_2D_Alpha_Shapes,PkgAlphaShapes2Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
\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é}
|
||||
\cgalPkgAuthors{Pierre Alliez, David Cohen-Steiner, Michael Hemmer, Cédric Portaneri, and 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
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ Data structures specialized to classify clusters.
|
|||
\cgalPkgPicture{data_classif.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Simon Giraudot, Florent Lafarge}
|
||||
\cgalPkgAuthors{Simon Giraudot and Florent Lafarge}
|
||||
\cgalPkgDesc{This component implements an algorithm that classifies a data set into a user-defined set of labels (such as ground, vegetation, buildings, etc.). A flexible API is provided so that users can classify any type of data, compute their own local features on the input data set, and define their own labels.}
|
||||
\cgalPkgManuals{Chapter_Classification, PkgClassificationRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
\cgalPkgPicture{Logo-ConeSpanners.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Weisheng Si, Quincy Tse and Frédérik Paradis}
|
||||
\cgalPkgAuthors{Weisheng Si, Quincy Tse, and Frédérik Paradis}
|
||||
\cgalPkgDesc{This package provides functors for constructing two kinds of cone-based spanners:
|
||||
Yao graph and Theta graph, given a set of vertices on the plane and the directions of cone boundaries.
|
||||
Both exact and inexact constructions are supported.
|
||||
|
|
|
|||
|
|
@ -341,7 +341,7 @@ ALIASES = "cgal=%CGAL" \
|
|||
"cgalPkgShortInfoBegin=<div class=\"PkgShortInfo\">" \
|
||||
"cgalPkgShortInfoEnd=</div>" \
|
||||
"cgalPkgAuthor{1}=<div class=\"PkgAuthors\">\1</div>" \
|
||||
"cgalPkgAuthors{1}=<div class=\"PkgAuthors\">\1</div>" \
|
||||
"cgalPkgAuthors{1}=\cgalPkgAuthor{\1}" \
|
||||
"cgalPkgDesc{1}=<div class=\"PkgDescription\">\1</div>" \
|
||||
"cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>" \
|
||||
"cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>" \
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
\cgalPkgPicture{heat-method-small.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Keenan Crane, Christina Vaz, Andreas Fabri}
|
||||
\cgalPkgAuthors{Keenan Crane, Christina Vaz, and Andreas Fabri}
|
||||
\cgalPkgDesc{The package provides an algorithm that solves the single- or
|
||||
multiple-source shortest path problem by returning an approximation of the geodesic distance
|
||||
for all vertices of a triangle mesh to the closest vertex in a given set of
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
\cgalPkgPicture{Hyperbolic_triangulation_2/fig/ht-120px.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Mikhail Bogdanov, Iordan Iordanov, and Monique Teillaud}
|
||||
\cgalPkgAuthors{Mikhail Bogdanov, Iordan Iordanov, and Monique Teillaud}
|
||||
\cgalPkgDesc{This package enables building and handling Delaunay triangulations of point sets
|
||||
in the Poincaré disk model of the hyperbolic plane. Triangulations are built incrementally and can be modified by insertion
|
||||
and removal of vertices; point location facilities are also offered, as well as primitives to
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
\cgalPkgDescriptionBegin{Estimation of Local Differential Properties of Point-Sampled Surfaces,PkgJetFitting3}
|
||||
\cgalPkgPicture{DavidDetail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Marc Pouget and Frédéric Cazals}
|
||||
\cgalPkgAuthors{Marc Pouget and Frédéric Cazals}
|
||||
\cgalPkgDesc{For a surface discretized as a point cloud or a mesh, it is desirable to estimate pointwise differential quantities. More precisely, first order properties correspond to the normal or the tangent plane; second order properties provide the principal curvatures and directions, third order properties provide the directional derivatives of the principal curvatures along the curvature lines, etc. This package allows the estimation of local differential quantities of a surface from a point sample.}
|
||||
\cgalPkgManuals{Chapter_Estimation_of_Local_Differential_Properties_of_Point-Sampled_Surfaces,PkgJetFitting3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
\cgalPkgDescriptionBegin{3D Mesh Generation,PkgMesh3}
|
||||
\cgalPkgPicture{Mesh_3/fig/multilabel_mesher_small.jpg}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Pierre Alliez, Clément Jamin, Laurent Rineau, Stéphane Tayeb, Jane Tournois, Mariette Yvinec}
|
||||
\cgalPkgAuthors{Pierre Alliez, Clément Jamin, Laurent Rineau, Stéphane Tayeb, Jane Tournois, and Mariette Yvinec}
|
||||
\cgalPkgDesc{This package is devoted to the generation of isotropic simplicial meshes discretizing 3D domains. The domain to be meshed is a region of 3D space that has to be bounded. The region may be connected or composed of multiple components and/or subdivided in several subdomains. The domain is input as an oracle able to answer queries, of a few different types, on the domain. Boundary and subdivision surfaces are either smooth or piecewise smooth surfaces, formed with planar or curved surface patches. Surfaces may exhibit 1-dimensional features (e.g. crease edges) and 0-dimensional features (e.g. singular points as corners tips, cusps or darts), that have to be fairly approximated in the mesh. Optionally, the algorithms support multi-core shared-memory architectures to take advantage of available parallelism.}
|
||||
\cgalPkgManuals{Chapter_3D_Mesh_Generation,PkgMesh3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
\cgalPkgDescriptionBegin{2D Minkowski Sums,PkgMinkowskiSum2}
|
||||
\cgalPkgPicture{Minkowski_sum_2/fig/Minkowski_sum_2.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Ron Wein, Alon Baram, Eyal Flato, Efi Fogel, Michael Hemmer, Sebastian Morr}
|
||||
\cgalPkgAuthors{Ron Wein, Alon Baram, Eyal Flato, Efi Fogel, Michael Hemmer, and Sebastian Morr}
|
||||
\cgalPkgDesc{This package consists of functions that compute the Minkowski sum of two simple straight-edge polygons in the plane. It also contains functions for computing the Minkowski sum of a polygon and a disc, an operation known as <I>offsetting</I> or <I>dilating</I> a polygon. The package can compute the exact representation of the offset polygon, or provide a guaranteed approximation of the offset.}
|
||||
\cgalPkgManuals{Chapter_2D_Minkowski_Sums,PkgMinkowskiSum2Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
\cgalPkgDescriptionBegin{Optimal Bounding Box,PkgOptimalBoundingBox}
|
||||
\cgalPkgPicture{optimal_bounding_box.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Konstantinos Katrioplas, Mael Rouxel-Labbé}
|
||||
\cgalPkgAuthors{Konstantinos Katrioplas and Mael Rouxel-Labbé}
|
||||
\cgalPkgDesc{This package provides functions to compute tight oriented bounding boxes around a point set or a polygon mesh.}
|
||||
\cgalPkgManuals{Chapter_Building_Optimal_Bounding_Box,PkgOptimalBoundingBoxRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
\cgalPkgDescriptionBegin{Optimal Transportation Curve Reconstruction, PkgOptimalTransportationReconstruction2}
|
||||
\cgalPkgPicture{RS_2_small.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Pierre Alliez, David Cohen-Steiner, Fernando de Goes, Clément Jamin, Ivo Vigan}
|
||||
\cgalPkgAuthors{Pierre Alliez, David Cohen-Steiner, Fernando de Goes, Clément Jamin, and Ivo Vigan}
|
||||
\cgalPkgDesc{This package provides an algorithm to reconstruct and simplify a shape from a point set in the plane, possibly hampered with noise and outliers. It generates as output a set of line segments and isolated points, which approximate the input point set.}
|
||||
\cgalPkgManuals{Chapter_Optimal_Transportation_Curve_Reconstruction, PkgOptimalTransportationReconstruction2Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
\cgalPkgDescriptionBegin{Quadtrees\, Octrees\, and Orthtrees,PkgOrthtree}
|
||||
\cgalPkgPicture{octree_thumbnail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Jackson Campolattaro, Simon Giraudot, Cédric Portaneri, Tong Zhao, Pierre Alliez}
|
||||
\cgalPkgAuthors{Jackson Campolattaro, Simon Giraudot, Cédric Portaneri, Tong Zhao, and Pierre Alliez}
|
||||
\cgalPkgDesc{The Orthtree package provides a data structure that subdivides space, with specializations for 2D (Quadtree) and 3D (Octree), along with a collection of algorithms for operating on these structures.}
|
||||
\cgalPkgManuals{Chapter_Orthtree,PkgOrthtreeRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
\cgalPkgPicture{Periodic_4_hyperbolic_triangulation_2/fig/new-triangulation-120px.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Iordan Iordanov and Monique Teillaud}
|
||||
\cgalPkgAuthors{Iordan Iordanov and Monique Teillaud}
|
||||
\cgalPkgDesc{This package enables building and handling triangulations of point sets on the two dimensional
|
||||
hyperbolic Bolza surface. Triangulations are built incrementally and can be modified by insertion or
|
||||
removal of vertices. Point location facilities are also offered. The package provides Delaunay
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
\cgalPkgDescriptionBegin{3D Point Set, PkgPointSet3}
|
||||
\cgalPkgPicture{point_set_3.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Simon Giraudot}
|
||||
\cgalPkgAuthor{Simon Giraudot}
|
||||
\cgalPkgDesc{This component provides the user with a flexible 3D point set data structure. The user can define any additional property needed such as normal vectors, colors or labels. \cgal algorithms can be easily applied to this data structure.}
|
||||
\cgalPkgManuals{Chapter_Point_Set_3, PkgPointSet3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ format.
|
|||
\cgalPkgDescriptionBegin{Point Set Processing,PkgPointSetProcessing3}
|
||||
\cgalPkgPicture{point_set_processing_detail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Pierre Alliez, Simon Giraudot, Clément Jamin, Florent Lafarge, Quentin Mérigot, Jocelyn Meyron, Laurent Saboret, Nader Salman, Shihao Wu, Necip Fazil Yildiran}
|
||||
\cgalPkgAuthors{Pierre Alliez, Simon Giraudot, Clément Jamin, Florent Lafarge, Quentin Mérigot, Jocelyn Meyron, Laurent Saboret, Nader Salman, Shihao Wu, and Necip Fazil Yildiran}
|
||||
\cgalPkgDesc{This \cgal component implements methods to analyze and process unorganized point sets. The input is an unorganized point set, possibly with normal attributes (unoriented or oriented). The point set can be analyzed to measure its average spacing, and processed through functions devoted to the simplification, outlier removal, smoothing, normal estimation, normal orientation, feature edges estimation and registration.}
|
||||
\cgalPkgManuals{Chapter_Point_Set_Processing,PkgPointSetProcessing3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
\cgalPkgDescriptionBegin{Poisson Surface Reconstruction,PkgPoissonSurfaceReconstruction3}
|
||||
\cgalPkgPicture{surface_reconstruction_points_detail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Pierre Alliez, Laurent Saboret, Gaël Guennebaud}
|
||||
\cgalPkgAuthors{Pierre Alliez, Laurent Saboret, and Gaël Guennebaud}
|
||||
\cgalPkgDesc{This package implements a surface reconstruction method: Poisson Surface Reconstruction. It takes as input a set of points with oriented normals and computes an implicit function. The \cgal surface mesh generator can then be used to extract an iso-surface from this function. }
|
||||
\cgalPkgManuals{Chapter_Poisson_Surface_Reconstruction,PkgPoissonSurfaceReconstruction3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
\cgalPkgPicture{hole_filling_ico.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Sébastien Loriot, Mael Rouxel-Labbé, Jane Tournois, Ilker %O. Yaz}
|
||||
\cgalPkgAuthors{Sébastien Loriot, Mael Rouxel-Labbé, Jane Tournois, and Ilker %O. Yaz}
|
||||
\cgalPkgDesc{This package provides a collection of methods and classes for polygon mesh processing,
|
||||
ranging from basic operations on simplices, to complex geometry processing algorithms such as
|
||||
Boolean operations, remeshing, repairing, collision and intersection detection, and more.}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
\cgalPkgPicture{polyfit.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Liangliang Nan}
|
||||
\cgalPkgAuthor{Liangliang Nan}
|
||||
\cgalPkgDesc{This package provides a method for piecewise planar object reconstruction from point clouds.
|
||||
The method takes as input an unordered point set (and optionally planar segments) of a piecewise planar
|
||||
object and outputs a lightweight and watertight surface mesh interpolating the input point set. The
|
||||
|
|
@ -33,4 +33,4 @@ robust to noise and outliers.}
|
|||
## Classes ##
|
||||
- `CGAL::Polygonal_surface_reconstruction<Gt>`
|
||||
|
||||
*/
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
\cgalPkgDescriptionBegin{Principal Component Analysis,PkgPrincipalComponentAnalysisD}
|
||||
\cgalPkgPicture{teaserLeastSquaresFitting.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Pierre Alliez, Sylvain Pion and Ankit Gupta}
|
||||
\cgalPkgAuthors{Pierre Alliez, Sylvain Pion, and Ankit Gupta}
|
||||
\cgalPkgDesc{This package provides functions to compute global information about the shape of a set of 2D or 3D objects. It provides the computation of axis-aligned bounding boxes for point sets, and barycenters of weighted point sets. In addition, it provides computation of centroids (center of mass) and linear least squares fitting for point sets as well as for sets of other bounded objects. More specifically, it is possible to fit 2D lines to 2D segments, circles, disks, iso rectangles and triangles, as well as to fit 3D lines or 3D planes to 3D segments, triangles, iso cuboids, tetrahedra, spheres and balls. The common interface to these functions takes an iterator range of objects.}
|
||||
\cgalPkgManuals{Chapter_Principal_Component_Analysis,PkgPrincipalComponentAnalysisDRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
\cgalPkgPicture{knot_small.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Pierre Alliez, Clément Jamin, Laurent Rineau, Stéphane Tayeb, Jane Tournois, Mariette Yvinec}
|
||||
\cgalPkgAuthors{Pierre Alliez, Clément Jamin, Laurent Rineau, Stéphane Tayeb, Jane Tournois, and Mariette Yvinec}
|
||||
\cgalPkgDesc{This package provides a data structure to store three-dimensional
|
||||
simplicial meshes and their subcomplexes.
|
||||
It provides an API for tetrahedral meshes generated with %CGAL or not,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
\cgalPkgDescriptionBegin{Scale-Space Surface Reconstruction,PkgScaleSpaceReconstruction3}
|
||||
\cgalPkgPicture{knot_thumb.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Thijs van Lankveld}
|
||||
\cgalPkgAuthor{Thijs van Lankveld}
|
||||
\cgalPkgDesc{This method allows to reconstruct a surface that interpolates a set of 3D points using either an alpha shape or the advancing front surface reconstruction method. The output interpolates the point set (as opposed to approximating the point set). How the surface connects the points depends on a scale variable, which can be estimated semi-automatically.}
|
||||
\cgalPkgManuals{Chapter_Scale_space_reconstruction,PkgScaleSpaceReconstruction3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
\cgalPkgPicture{sdglinf-small.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Panagiotis Cheilaris, Sandeep Kumar Dey, Evanthia Papadopoulou}
|
||||
\cgalPkgAuthors{Panagiotis Cheilaris, Sandeep Kumar Dey, and Evanthia Papadopoulou}
|
||||
\cgalPkgDesc{Algorithms and geometric traits for computing the dual of
|
||||
the Voronoi diagram of a set of points and segments under the
|
||||
\f$L_{\infty}\f$ metric.}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
\cgalPkgDescriptionBegin{2D Movable Separability of Sets,PkgSetMovableSeparability2}
|
||||
\cgalPkgPicture{Casting_2.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Shahar Shamai, Efi Fogel}
|
||||
\cgalPkgAuthors{Shahar Shamai and Efi Fogel}
|
||||
\cgalPkgDesc{<em>Movable Separability of Sets</em> \cgalCite{t-mss-85} is a
|
||||
class of problems that deal with moving sets of objects, such as polygons in
|
||||
the plane; the challenge is to avoid collisions between the objects
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
\cgalPkgDescriptionBegin{Surface Mesh,PkgSurfaceMesh}
|
||||
\cgalPkgPicture{Surface_mesh_teaser.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Mario Botsch, Daniel Sieger, Philipp Moeller, and Andreas Fabri}
|
||||
\cgalPkgAuthors{Mario Botsch, Daniel Sieger, Philipp Moeller, and Andreas Fabri}
|
||||
\cgalPkgDesc{The surface mesh class provided by this package is an implementation
|
||||
of the halfedge data structure allowing to represent polyhedral surfaces. It is
|
||||
an alternative to the packages \ref PkgHalfedgeDS and \ref PkgPolyhedron.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
\cgalPkgPicture{sma-pkg-small.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Pierre Alliez, David Cohen-Steiner, Lingjie Zhu}
|
||||
\cgalPkgAuthors{Pierre Alliez, David Cohen-Steiner, and Lingjie Zhu}
|
||||
\cgalPkgDesc{This package implements the Variational Shape Approximation method to approximate an input surface triangle mesh by a simpler surface triangle mesh. The algorithm proceeds by iterative clustering of triangles, the clustering process being seeded randomly, incrementally or hierarchically. While the default function runs an automated version of the algorithm, interactive control is possible via a class interface.
|
||||
The API is flexible and can be extended to user-defined proxies and error metrics.}
|
||||
\cgalPkgManuals{Chapter_Triangulated_Surface_Mesh_Approximation,PkgTSMARef}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
\cgalPkgDescriptionBegin{Triangulated Surface Mesh Deformation,PkgSurfaceMeshDeformation}
|
||||
\cgalPkgPicture{deform-ico.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Sébastien Loriot, Olga Sorkine-Hornung, Yin Xu and Ilker %O. Yaz}
|
||||
\cgalPkgAuthors{Sébastien Loriot, Olga Sorkine-Hornung, Yin Xu, and Ilker %O. Yaz}
|
||||
\cgalPkgDesc{This package offers surface mesh deformation algorithms which provide new positions to the vertices of a surface mesh
|
||||
under positional constraints of some of its vertices, without requiring any additional structure other than the surface mesh itself.}
|
||||
\cgalPkgManuals{Chapter_SurfaceMeshDeformation,PkgSurfaceMeshDeformationRef}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
\cgalPkgPicture{segmentation_ico.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Ilker %O. Yaz and Sébastien Loriot}
|
||||
\cgalPkgAuthors{Ilker %O. Yaz and Sébastien Loriot}
|
||||
\cgalPkgDesc{This package provides a method to generate a segmentation of
|
||||
a triangulated surface mesh. The algorithm first computes the
|
||||
<em>Shape Diameter Function</em> (SDF) for all facets and applies a
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
\cgalPkgDescriptionBegin{Triangulated Surface Mesh Shortest Paths,PkgSurfaceMeshShortestPath}
|
||||
\cgalPkgPicture{shortestpathspackage-ico.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Stephen Kiazyk, Sébastien Loriot, Éric Colin de Verdière}
|
||||
\cgalPkgAuthors{Stephen Kiazyk, Sébastien Loriot, and Éric Colin de Verdière}
|
||||
\cgalPkgDesc{The package provides methods for computing geodesic shortest path on triangulated surface meshes. The algorithm used is based on a paper by Xin and Wang \cgalCite{XinWang2009improvingchenandhan} . The input of this package can be any model of the `FaceListGraph` concept. }
|
||||
\cgalPkgManuals{Chapter_Surface_mesh_shortest_path,PkgSurfaceMeshShortestPathRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
\cgalPkgDescriptionBegin{Triangulated Surface Mesh Simplification,PkgSurfaceMeshSimplification}
|
||||
\cgalPkgPicture{SMS-detail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Fernando Cacciola, Mael Rouxel-Labbé, Baskın Şenbaşlar, and Julian Komaromy}
|
||||
\cgalPkgAuthors{Fernando Cacciola, Mael Rouxel-Labbé, Baskın Şenbaşlar, and Julian Komaromy}
|
||||
\cgalPkgDesc{This package provides an algorithm to simplify a triangulated surface mesh by edge collapsing.
|
||||
Users can define cost, constraints, and placement strategies to decide when and how should
|
||||
edges be collapsed. A few strategies are offered by default, such as the Turk/Lindstrom
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
\cgalPkgDescriptionBegin{Triangulated Surface Mesh Skeletonization,PkgSurfaceMeshSkeletonization}
|
||||
\cgalPkgPicture{mcfskel-small.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Xiang Gao, Sébastien Loriot and Andrea Tagliasacchi}
|
||||
\cgalPkgAuthors{Xiang Gao, Sébastien Loriot, and Andrea Tagliasacchi}
|
||||
\cgalPkgDesc{This package provides a (1D) curve skeleton extraction algorithm for a triangulated polygonal mesh without borders based on the mean curvature flow.
|
||||
The particularity of this skeleton is that it captures the topology of the input.
|
||||
For each skeleton vertex one can obtain its location and its corresponding vertices from the input mesh.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
\cgalPkgDescriptionBegin{Surface Mesh Topology,PkgSurfaceMeshTopology}
|
||||
\cgalPkgPicture{surface-mesh-topology-logo.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Guillaume Damiand, Francis Lazarus}
|
||||
\cgalPkgAuthors{Guillaume Damiand and Francis Lazarus}
|
||||
\cgalPkgDesc{This package provides a toolbox for manipulating curves on a combinatorial surface from the topological point of view. Two main functionalities are proposed. One is the computation of shortest curves that cannot be continuously deformed to a point. This includes the computation of the so-called edge width and face width of the vertex-edge graph of a combinatorial surface. The other functionality is the homotopy test for deciding if two given curves on a combinatorial surface can be continuously deformed one into the other.}
|
||||
\cgalPkgManuals{Chapter_Surface_Mesh_Topology,PkgSurfaceMeshTopologyRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
\cgalPkgDescriptionBegin{3D Triangulation Data Structure,PkgTDS3}
|
||||
\cgalPkgPicture{tds3_small.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Clément Jamin, Sylvain Pion and Monique Teillaud}
|
||||
\cgalPkgAuthors{Clément Jamin, Sylvain Pion, and Monique Teillaud}
|
||||
\cgalPkgDesc{This package provides a data structure to store a three-dimensional triangulation that has the topology of a three-dimensional sphere. The package acts as a container for the vertices and cells of the triangulation and provides basic combinatorial operations on the triangulation.}
|
||||
\cgalPkgManuals{Chapter_3D_Triangulation_Data_Structure,PkgTDS3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
\cgalPkgPicture{bimba_back_small.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Jane Tournois, Noura Faraj, Jean-Marc Thiery, Tamy Boubekeur}
|
||||
\cgalPkgAuthors{Jane Tournois, Noura Faraj, Jean-Marc Thiery, and Tamy Boubekeur}
|
||||
\cgalPkgDesc{
|
||||
The package provides a function for remeshing tetrahedral meshes,
|
||||
targeting high quality meshes with respect to dihedral angles.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
\cgalPkgDescriptionBegin{Three,PkgThree}
|
||||
\cgalPkgPicture{pkg-small.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Laurent Rineau, Sebastien Loriot, Andreas Fabri, Maxime Gimeno}
|
||||
\cgalPkgAuthors{Laurent Rineau, Sebastien Loriot, Andreas Fabri, and Maxime Gimeno}
|
||||
\cgalPkgDesc{This package provides base classes for building a plugin. }
|
||||
\cgalPkgManuals{Chapter_Three,PkgThreeRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
\cgalPkgDescriptionBegin{3D Triangulations,PkgTriangulation3}
|
||||
\cgalPkgPicture{twotets.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Clément Jamin, Sylvain Pion and Monique Teillaud}
|
||||
\cgalPkgAuthors{Clément Jamin, Sylvain Pion, and Monique Teillaud}
|
||||
\cgalPkgDesc{This package allows to build and handle triangulations for point sets in three dimensions. Any \cgal triangulation covers the convex hull of its vertices. Triangulations are build incrementally and can be modified by insertion, displacements or removal of vertices. They offer point location facilities. The package provides plain triangulation (whose faces depends on the insertion order of the vertices) and Delaunay triangulations. Regular triangulations are also provided for sets of weighted points. Delaunay and regular triangulations offer nearest neighbor queries and primitives to build the dual Voronoi and power diagrams. Optionally, the main Delaunay and regular triangulation algorithms (insert, remove) support multi-core shared-memory architectures to take advantage of available parallelism.}
|
||||
\cgalPkgManuals{Chapter_3D_Triangulations,PkgTriangulation3Ref}
|
||||
\cgalPkgSummaryEnd
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
\cgalPkgDescriptionBegin{2D Visibility Computation,PkgVisibility2}
|
||||
\cgalPkgPicture{visibility-teaser-thumbnail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Michael Hemmer, Kan Huang, Francisc Bungiu, Ning Xu}
|
||||
\cgalPkgAuthors{Michael Hemmer, Kan Huang, Francisc Bungiu, and Ning Xu}
|
||||
\cgalPkgDesc{This package provides several variants to compute
|
||||
the visibility area of a point within polygonal regions in two dimensions.}
|
||||
\cgalPkgManuals{Chapter_2D_Visibility_Computation,PkgVisibility2Ref}
|
||||
|
|
|
|||
|
|
@ -513,7 +513,7 @@ a model of `AnalyticWeightTraits_3` for 3D points
|
|||
\cgalPkgPicture{weights_logo_120x120.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Dmitry Anisimov}
|
||||
\cgalPkgAuthor{Dmitry Anisimov}
|
||||
\cgalPkgDesc{Many geometric algorithms rely on weighted constructions. This package
|
||||
provides a simple and unified interface to different types of weights. In particular,
|
||||
it includes numerous weights with a simple analytic expression, generalized barycentric
|
||||
|
|
|
|||
Loading…
Reference in New Issue