#include <SMESH_DriverMesh.hxx>
◆ diffMEDFile()
| bool SMESH_DriverMesh::diffMEDFile |
( |
const std::string |
mesh_file1, |
|
|
const std::string |
mesh_file2, |
|
|
const std::string |
mesh_name |
|
) |
| |
|
static |
Compares the mesh from two mesh files (MED)
- Parameters
-
| mesh_file1 | First file |
| mesh_file2 | Second file |
| mesh_name | Name of the mesh in the files |
- Returns
- true if the mesh within the files are identical
◆ exportMesh()
| int SMESH_DriverMesh::exportMesh |
( |
const std::string |
mesh_file, |
|
|
SMESH_Mesh & |
aMesh, |
|
|
const std::string |
mesh_name |
|
) |
| |
|
static |
◆ importMesh()
| int SMESH_DriverMesh::importMesh |
( |
const std::string |
mesh_file, |
|
|
SMESH_Mesh & |
aMesh |
|
) |
| |
|
static |