mirror of https://github.com/CGAL/cgal
Add a doxygen group for IO classes
This commit is contained in:
parent
d8a7acc52e
commit
73c78729c0
|
|
@ -10,6 +10,9 @@
|
|||
/// \defgroup PkgHDVFTraitsClasses Traits Classes
|
||||
/// \ingroup PkgHDVFRef
|
||||
|
||||
/// \defgroup PkgHDVFIOClasses IO Classes
|
||||
/// \ingroup PkgHDVFRef
|
||||
|
||||
|
||||
/*!
|
||||
\cgalPkgDescriptionBegin{HDVF,PkgHDVF}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ typedef std::vector<size_t> IOCubCellType ;
|
|||
typedef std::vector<IOCubCellType> IOCubChainType ;
|
||||
|
||||
/*!
|
||||
\ingroup PkgHDVFRef
|
||||
\ingroup PkgHDVFIOClasses
|
||||
The class `Cub_object_io` is an intermediate %IO class, used to load binary volumes and produce cubical complexes.
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace Homological_discrete_vector_field {
|
|||
|
||||
|
||||
/*!
|
||||
\ingroup PkgHDVFRef
|
||||
\ingroup PkgHDVFIOClasses
|
||||
|
||||
The class `Surface_mesh_io` is an intermediate %IO class, used to load a triangle mesh and produce simplicial complexes.
|
||||
\tparam TriangleMesh a model of `FaceGraph` and `HalfedgeGraph` concepts, e.g., a `CGAL::Surface_mesh`.
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace Homological_discrete_vector_field {
|
|||
|
||||
|
||||
/*!
|
||||
\ingroup PkgHDVFRef
|
||||
\ingroup PkgHDVFIOClasses
|
||||
|
||||
The class `Triangulation_3_io` is an intermediate %IO class, used to load a `Triangulation_3` and produce simplicial complexes. The class loads the vertices and the cells (ie. tetrahedra) of the `Triangulation_3` into a `Mesh_object_io`.
|
||||
\tparam Triangulation3 a model of `CGAL::Triangulation_3`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue