PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
MeshDAOImporterFromCsv.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 __MeshDAOImporterFromCsv_H
13#define __MeshDAOImporterFromCsv_H
14
15#include "IMeshDAO.hpp"
17
18namespace Gedim
19{
36
37} // namespace Gedim
38
39#endif // __MeshDAOImporterFromCsv_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
MeshDAOImporterFromCsv.
Definition MeshDAOImporterFromCsv.hpp:24
void Import(const Gedim::MeshFromCsvUtilities::Configuration &configuration, Gedim::IMeshDAO &mesh)
Definition MeshDAOImporterFromCsv.cpp:27
~MeshDAOImporterFromCsv()
Definition MeshDAOImporterFromCsv.cpp:23
void ImportMesh2D(const Gedim::MeshFromCsvUtilities::Configuration &configuration, Gedim::IMeshDAO &mesh)
Definition MeshDAOImporterFromCsv.cpp:163
MeshImporterFromCsvUtilities.
Definition MeshFromCsvUtilities.hpp:24
Definition Eigen_Array.cpp:22
Definition MeshFromCsvUtilities.hpp:27