mirror of https://github.com/CGAL/cgal
class name
This commit is contained in:
parent
546d0b2871
commit
76552ccca1
|
|
@ -26,7 +26,7 @@ namespace IO {
|
|||
* Linear_cell_complex.
|
||||
* \ingroup PkgLinearCellComplexRefIOVTK
|
||||
*
|
||||
* \tparam LCC must be a Linear_cell_complex_for_combinatorial_map<3,3>
|
||||
* \tparam LCC must be a `CGAL::Linear_cell_complex_for_combinatorial_map<3,3>`
|
||||
* \tparam VertexScalarType Type for vertex scalar data (default: float)
|
||||
* \tparam VolumeScalarType Type for volume scalar data (default: float)
|
||||
* \param filename Path to the VTK file
|
||||
|
|
@ -47,7 +47,7 @@ bool read_VTK(const char* filename,
|
|||
* \brief Writes a 3D Linear_cell_complex to a VTK legacy ASCII file.
|
||||
* \ingroup PkgLinearCellComplexRefIOVTK
|
||||
*
|
||||
* \tparam LCC must be a Linear_cell_complex_for_combinatorial_map<3,3>
|
||||
* \tparam LCC must be a `CGAL::Linear_cell_complex_for_combinatorial_map<3,3>`
|
||||
* \tparam VertexScalarType Type for vertex scalar data (default: float)
|
||||
* \tparam VolumeScalarType Type for volume scalar data (default: float)
|
||||
* \param filename Path to the output VTK file
|
||||
|
|
|
|||
Loading…
Reference in New Issue