Skip to content

Commit

Permalink
Doc following Sebastien remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamiand committed Sep 11, 2023
1 parent 467e55f commit 1b651f1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Basic_viewer/doc/Basic_viewer/CGAL/Drawing_functor.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The different `std::function` can be modified to change for example the behavior
*/

// Cell parameters for a 3D data structure (with vertices, edges, faces and volumes)
// Cell parameters for a volumic data structure (with vertices, edges, faces and volumes)
template <typename DS,
typename VertexDescriptor,
typename EdgeDescriptor,
Expand Down
2 changes: 1 addition & 1 deletion Basic_viewer/doc/Basic_viewer/CGAL/Graphic_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace CGAL {
The class `Graphic_storage` stores points, segments, triangles, rays and lines. Elements can be added, possibly with associated colors. Non triangular faces can be directly added and are triangulated internally.
\tparam BufferType the type used for point coordinates: `float` by default.
\tparam BufferType the number type used for point coordinates: `float` by default.
*/
template <typename BufferType=float>
Expand Down
28 changes: 14 additions & 14 deletions Basic_viewer/doc/Basic_viewer/PackageDescription.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@

\cgalCRPSubsection{Draw for Different Packages}

- Constrained_triangulation_2 \link PkgDrawTriangulation2 CGAL::draw<CT2>() \endlink
- Linear_cell_complex \link PkgDrawLinearCellComplex CGAL::draw<LCC>() \endlink
- Nef_polyhedron_3 \link PkgDrawNef3 CGAL::draw<Nef3>() \endlink
- Periodic_2_Triangulation_2 \link PkgDrawPeriodic2Triangulation2 CGAL::draw<P2T2>() \endlink
- Point_set_3 \link PkgDrawPointSet3D CGAL::draw<PS>() \endlink
- Polygon_2 \link PkgDrawPolygon2 CGAL::draw<P2>() \endlink
- Polygon_set_2 \link PkgDrawPolygonSet2 CGAL::draw<PS>() \endlink
- Polygon_with_holes_2 \link PkgDrawPolygonWithHoles2 CGAL::draw<PH2>() \endlink
- Polyhedron_3 \link PkgDrawPolyhedron CGAL::draw<POLY>() \endlink
- Surface_mesh \link PkgDrawSurfaceMesh CGAL::draw<SM>() \endlink
- Surface_mesh_topology \link PkgDrawFaceGraphWithPaths CGAL::draw<SMT>() \endlink
- Triangulation_2 \link PkgDrawTriangulation2 CGAL::draw<T2>() \endlink
- Triangulation_3 \link PkgDrawTriangulation3 CGAL::draw<T3>() \endlink
- Voronoi_diagram_2 \link PkgDrawVoronoiDiagram2 CGAL::draw<V2>() \endlink
- `Constrained_triangulation_2` \link PkgDrawTriangulation2 CGAL::draw<CT2>() \endlink
- `Linear_cell_complex` \link PkgDrawLinearCellComplex CGAL::draw<LCC>() \endlink
- `Nef_polyhedron_3` \link PkgDrawNef3 CGAL::draw<Nef3>() \endlink
- `Periodic_2_Triangulation_2` \link PkgDrawPeriodic2Triangulation2 CGAL::draw<P2T2>() \endlink
- `Point_set_3` \link PkgDrawPointSet3D CGAL::draw<PS>() \endlink
- `Polygon_2` \link PkgDrawPolygon2 CGAL::draw<P2>() \endlink
- `Polygon_set_2` \link PkgDrawPolygonSet2 CGAL::draw<PS>() \endlink
- `Polygon_with_holes_2` \link PkgDrawPolygonWithHoles2 CGAL::draw<PH2>() \endlink
- `Polyhedron_3` \link PkgDrawPolyhedron CGAL::draw<POLY>() \endlink
- `Surface_mesh` \link PkgDrawSurfaceMesh CGAL::draw<SM>() \endlink
- `Surface_mesh_topology` \link PkgDrawFaceGraphWithPaths CGAL::draw<SMT>() \endlink
- `Triangulation_2` \link PkgDrawTriangulation2 CGAL::draw<T2>() \endlink
- `Triangulation_3` \link PkgDrawTriangulation3 CGAL::draw<T3>() \endlink
- `Voronoi_diagram_2` \link PkgDrawVoronoiDiagram2 CGAL::draw<V2>() \endlink

\cgalCRPSubsection{Fill Graphic Storage for Different Packages}

Expand Down

0 comments on commit 1b651f1

Please sign in to comment.