mirror of https://github.com/CGAL/cgal
verbs
This commit is contained in:
parent
828d57a419
commit
546d0b2871
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue