This commit is contained in:
Guillaume Damiand 2025-11-06 18:14:22 +01:00
parent 828d57a419
commit 546d0b2871
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ namespace IO {
*/ */
/** /**
* \brief Read a VTK legacy ASCII file and load it into a 3D * \brief Reads a VTK legacy ASCII file and load it into a 3D
* Linear_cell_complex. * Linear_cell_complex.
* \ingroup PkgLinearCellComplexRefIOVTK * \ingroup PkgLinearCellComplexRefIOVTK
* *
@ -44,7 +44,7 @@ bool read_VTK(const char* filename,
std::vector<VolumeScalarType>* volume_scalars); std::vector<VolumeScalarType>* volume_scalars);
/** /**
* \brief Write a 3D Linear_cell_complex to a VTK legacy ASCII file. * \brief Writes a 3D Linear_cell_complex to a VTK legacy ASCII file.
* \ingroup PkgLinearCellComplexRefIOVTK * \ingroup PkgLinearCellComplexRefIOVTK
* *
* \tparam LCC must be a Linear_cell_complex_for_combinatorial_map<3,3> * \tparam LCC must be a Linear_cell_complex_for_combinatorial_map<3,3>