#include <MeshDAOExporterToCsv.hpp>
Public Member Functions | |
| MeshDAOExporterToCsv (const Gedim::MeshFromCsvUtilities &utilities) | |
| ~MeshDAOExporterToCsv () | |
| void | Export (const Gedim::MeshFromCsvUtilities::Configuration &configuration, const Gedim::IMeshDAO &mesh) const |
| Export the mesh in all parts. | |
| Gedim::MeshDAOExporterToCsv::MeshDAOExporterToCsv | ( | const Gedim::MeshFromCsvUtilities & | utilities | ) |
| Gedim::MeshDAOExporterToCsv::~MeshDAOExporterToCsv | ( | ) |
| void Gedim::MeshDAOExporterToCsv::Export | ( | const Gedim::MeshFromCsvUtilities::Configuration & | configuration, |
| const Gedim::IMeshDAO & | mesh | ||
| ) | const |
Export the mesh in all parts.
| configuration | the configuration for export |
| mesh | the mesh to be exported |