List of functions that allow to save to file an input Mesh.
More...
List of functions that allow to save to file an input Mesh.
◆ save()
template<MeshConcept MeshType, LoggerConcept LogType = NullLogger>
Saves a mesh to a file with the given filename. Checks automatically the file format to save from the given filename.
- Template Parameters
-
MeshType | The type of mesh to save. It must satisfy the MeshConcept. |
LogType | The type of logger to use. It must satisfy the LoggerConcept. |
- Parameters
-
[in] | m | The mesh object to save. |
[in] | filename | The filename of the file where to save the mesh data. |
[in,out] | log | The logger object to use for logging messages during saving. |
[in] | settings | Settings for saving the file. |
- Exceptions
-