mirror of https://github.com/CGAL/cgal
Merge pull request #2374 from afabri/CGAL-links-GF
PSP, PMP: Fix some \ref
This commit is contained in:
commit
0c30b8697a
|
|
@ -49,8 +49,7 @@ with normal. The latter can be represented as, e.g., a class derived
|
||||||
from the \cgal 3D point, or as a `std::pair<Point_3<K>, Vector_3<K>>`,
|
from the \cgal 3D point, or as a `std::pair<Point_3<K>, Vector_3<K>>`,
|
||||||
or as a `boost::tuple<..,Point_3<K>, ..., Vector_3<K> >`.
|
or as a `boost::tuple<..,Point_3<K>, ..., Vector_3<K> >`.
|
||||||
|
|
||||||
The following classes described in Chapter \ref chapterProperty_map
|
The following classes described in Chapter \ref PkgProperty_mapSummary
|
||||||
"CGAL and Boost Property Maps"
|
|
||||||
provide property maps for the implementations of points with normals
|
provide property maps for the implementations of points with normals
|
||||||
listed above:
|
listed above:
|
||||||
|
|
||||||
|
|
@ -101,7 +100,7 @@ The following functions are available:
|
||||||
|
|
||||||
Note that the %PLY format handles both ASCII and binary formats. In
|
Note that the %PLY format handles both ASCII and binary formats. In
|
||||||
addition, %PLY and %LAS are extensible formats that can embed additional
|
addition, %PLY and %LAS are extensible formats that can embed additional
|
||||||
properties. These can also be read by \cgal (see section \ref
|
properties. These can also be read by \cgal (see Section \ref
|
||||||
Point_set_processing_3Properties_io).
|
Point_set_processing_3Properties_io).
|
||||||
|
|
||||||
\subsubsection Point_set_processing_3Example_io Example
|
\subsubsection Point_set_processing_3Example_io Example
|
||||||
|
|
@ -505,7 +504,7 @@ points that are on sharp edges:
|
||||||
The function `structure_point_set()` generates a structured version of
|
The function `structure_point_set()` generates a structured version of
|
||||||
the input point set assigned to a set of planes. Such an input can be
|
the input point set assigned to a set of planes. Such an input can be
|
||||||
produced by a shape detection algorithm (see \ref
|
produced by a shape detection algorithm (see \ref
|
||||||
Chapter_Point_Set_Shape_Detection). Point set structuring is based on
|
PkgPointSetShapeDetection3Summary). Point set structuring is based on
|
||||||
the article \cgalCite{cgal:la-srpss-13}.
|
the article \cgalCite{cgal:la-srpss-13}.
|
||||||
|
|
||||||
- __Planes__: inliers of each detected plane are replaced by sets of
|
- __Planes__: inliers of each detected plane are replaced by sets of
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ A polygon mesh can have any number of connected components, and also some self-i
|
||||||
In this package, a polygon mesh is considered to have the topology of a 2-manifold.
|
In this package, a polygon mesh is considered to have the topology of a 2-manifold.
|
||||||
|
|
||||||
\subsection PMPAPI API
|
\subsection PMPAPI API
|
||||||
This package follows the BGL API described in \ref chapterBGL.
|
This package follows the BGL API described in \ref PkgBGLSummary.
|
||||||
It can thus be used either with `Polyhedron_3`, `Surface_mesh`, or
|
It can thus be used either with `Polyhedron_3`, `Surface_mesh`, or
|
||||||
any class model of the concept `FaceGraph`. Each function or class of this package
|
any class model of the concept `FaceGraph`. Each function or class of this package
|
||||||
details the requirements on the input polygon mesh.
|
details the requirements on the input polygon mesh.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue