preCICE v3.1.2
|
#include <ExportCSV.hpp>
Public Member Functions | |
virtual void | doExport (const std::string &name, const std::string &location, const mesh::Mesh &mesh) |
Does export. Has to be implemented in subclass. | |
Public Member Functions inherited from precice::io::Export | |
virtual | ~Export ()=default |
Export ()=default | |
Export (const Export &)=delete | |
Export (Export &&)=delete | |
Export & | operator= (const Export &)=delete |
Export & | operator= (Export &&)=delete |
Private Attributes | |
logging::Logger | _log {"io::ExportCSV"} |
Definition at line 10 of file ExportCSV.hpp.
|
virtual |
Does export. Has to be implemented in subclass.
[in] | name | Filename (without path). |
[in] | location | Location (path without filename). |
[in] | mesh | Mesh to be exported. |
Implements precice::io::Export.
Definition at line 38 of file ExportCSV.cpp.
|
mutableprivate |
Definition at line 18 of file ExportCSV.hpp.