PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
MeshDAOExporterToCsv.hpp
Go to the documentation of this file.
1// _LICENSE_HEADER_
2//
3// Copyright (C) 2019 - 2025.
4// Terms register on the GPL-3.0 license.
5//
6// This file can be redistributed and/or modified under the license terms.
7//
8// See top level LICENSE file for more details.
9//
10// This file can be used citing references in CITATION.cff file.
11
12#ifndef __MeshDAOExporterToCsv_H
13#define __MeshDAOExporterToCsv_H
14
15#include "IMeshDAO.hpp"
17
18namespace Gedim
19{
23{
24 private:
25 const Gedim::MeshFromCsvUtilities &utilities;
26
27 public:
30
34 void Export(const Gedim::MeshFromCsvUtilities::Configuration &configuration, const Gedim::IMeshDAO &mesh) const;
35};
36
37} // namespace Gedim
38
39#endif // __MeshDAOExporterToCsv_H
Eigen column vector.
Definition Eigen_Array.hpp:23
The IMeshDAO (mesh data access object) class to read and write mesh data.
Definition IMeshDAO.hpp:24
MeshDAOExporterToCsv.
Definition MeshDAOExporterToCsv.hpp:23
~MeshDAOExporterToCsv()
Definition MeshDAOExporterToCsv.cpp:22
void Export(const Gedim::MeshFromCsvUtilities::Configuration &configuration, const Gedim::IMeshDAO &mesh) const
Export the mesh in all parts.
Definition MeshDAOExporterToCsv.cpp:26
MeshImporterFromCsvUtilities.
Definition MeshFromCsvUtilities.hpp:24
Definition Eigen_Array.cpp:22
Definition MeshFromCsvUtilities.hpp:27