Public Member Functions | |
| MEDFileSpeCls (const char *file, CORBA::Boolean overwrite, CORBA::Long version) | |
| std::string | prepareMeshNameAndGroups (SMESH_Mesh_i &self) |
| void | exportTo (SMESH_Mesh *mesh, const std::string &aMeshName, CORBA::Boolean auto_groups, SMESH_MeshPartDS *partDS, CORBA::Boolean autoDimension, bool have0dField, CORBA::Double ZTolerance, CORBA::Boolean saveNumbers) |
| void | exportField (SMESH_Mesh_i &self, const std::string &aMeshName, bool have0dField, SMESHDS_Mesh *meshDS, const GEOM::ListOfFields &fields, const char *geomAssocFields) |
| void | prepareForWriting (SMESH_Mesh_i &self) |
Private Attributes | |
| std::string | _file |
| CORBA::Boolean | _overwrite |
| CORBA::Long | _version |
| MEDFileSpeCls::MEDFileSpeCls | ( | const char * | file, |
| CORBA::Boolean | overwrite, | ||
| CORBA::Long | version | ||
| ) |
| void MEDFileSpeCls::exportField | ( | SMESH_Mesh_i & | self, |
| const std::string & | aMeshName, | ||
| bool | have0dField, | ||
| SMESHDS_Mesh * | meshDS, | ||
| const GEOM::ListOfFields & | fields, | ||
| const char * | geomAssocFields | ||
| ) |
| void MEDFileSpeCls::exportTo | ( | SMESH_Mesh * | mesh, |
| const std::string & | aMeshName, | ||
| CORBA::Boolean | auto_groups, | ||
| SMESH_MeshPartDS * | partDS, | ||
| CORBA::Boolean | autoDimension, | ||
| bool | have0dField, | ||
| CORBA::Double | ZTolerance, | ||
| CORBA::Boolean | saveNumbers | ||
| ) |
References _file, _version, and SMESH_Mesh::ExportMED().
| void MEDFileSpeCls::prepareForWriting | ( | SMESH_Mesh_i & | self | ) |
References _file, _overwrite, and SMESH_Mesh_i::PrepareForWriting().
| std::string MEDFileSpeCls::prepareMeshNameAndGroups | ( | SMESH_Mesh_i & | self | ) |
References _file, _overwrite, and SMESH_Mesh_i::prepareMeshNameAndGroups().
|
private |
Referenced by exportField(), exportTo(), prepareForWriting(), and prepareMeshNameAndGroups().
|
private |
Referenced by prepareForWriting(), and prepareMeshNameAndGroups().
|
private |
Referenced by exportTo().