Importer General interface for read different types of mesh.
More...
#include <Importer.hpp>
Importer General interface for read different types of mesh.
- Author
- Christophe Prud'homme chris.nosp@m.toph.nosp@m.e.pru.nosp@m.dhom.nosp@m.me@ep.nosp@m.fl.c.nosp@m.h
Import different type of mesh data formats into Life mesh data structure.
Definition at line 126 of file Importer.hpp.
◆ Importer() [1/3]
Empty constructor, use GMSH as default mesh format.
Definition at line 134 of file Importer.hpp.
◆ Importer() [2/3]
Constructor with name and format.
- Parameters
-
filename | mesh filename to import |
format | format of the file |
Definition at line 144 of file Importer.hpp.
◆ Importer() [3/3]
◆ operator=()
Assign opertor overloading.
- Parameters
-
Definition at line 50 of file Importer.cpp.
◆ import() [1/4]
Import mesh with tetrahedras.
- Parameters
-
mesh | mesh data structure to fill in |
regionFlag | marker for the region to load |
Definition at line 68 of file Importer.cpp.
◆ import() [2/4]
Import mesh with linear hexahedras.
- Parameters
-
mesh | mesh data structure to fill in |
regionFlag | marker for the region to load |
Definition at line 76 of file Importer.cpp.
◆ import() [3/4]
Import mesh with linear triangles.
- Parameters
-
mesh | mesh data structure to fill in |
regionFlag | marker for the region to load |
Definition at line 84 of file Importer.cpp.
◆ import() [4/4]
Import mesh with linear quadrangles.
- Parameters
-
mesh | mesh data structure to fill in |
regionFlag | marker for the region to load |
Definition at line 92 of file Importer.cpp.
◆ showMe()
void showMe |
( |
std::ostream & |
output = std::cout | ) |
const |
Print attributes of the class.
- Parameters
-
output | Stream to put the output |
Definition at line 99 of file Importer.cpp.
◆ setFileName()
void setFileName |
( |
std::string const & |
fileName | ) |
|
|
inline |
◆ setFormat()
Set the format of the mesh file.
- Parameters
-
format | format of the mesh file |
Definition at line 228 of file Importer.hpp.
◆ M_fileName
◆ M_format
The documentation for this class was generated from the following files: