Public Member Functions | |
| 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 | prepareForWriting (SMESH_Mesh_i &) |
| void | exportField (SMESH_Mesh_i &self, const std::string &aMeshName, bool have0dField, SMESHDS_Mesh *meshDS, const GEOM::ListOfFields &fields, const char *geomAssocFields) |
| MEDCoupling::MCAuto< MEDCoupling::DataArrayByte > | getData () |
Private Attributes | |
| MEDCoupling::MCAuto< MEDCoupling::DataArrayByte > | _res |
| void MEDFileMemSpeCls::exportField | ( | SMESH_Mesh_i & | self, |
| const std::string & | aMeshName, | ||
| bool | have0dField, | ||
| SMESHDS_Mesh * | meshDS, | ||
| const GEOM::ListOfFields & | fields, | ||
| const char * | geomAssocFields | ||
| ) |
| void MEDFileMemSpeCls::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 _res, and SMESH_Mesh::ExportMEDCoupling().
| MEDCoupling::MCAuto< MEDCoupling::DataArrayByte > MEDFileMemSpeCls::getData | ( | ) |
References _res.
Referenced by SMESH_Mesh_i::ExportPartToMEDCoupling().
| void MEDFileMemSpeCls::prepareForWriting | ( | SMESH_Mesh_i & | ) |
| std::string MEDFileMemSpeCls::prepareMeshNameAndGroups | ( | SMESH_Mesh_i & | self | ) |
References SMESH_Mesh_i::generateMeshName().
|
private |
Referenced by exportField(), exportTo(), and getData().