Version: 9.12.0
MEDFileSpeCls Class Reference

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
 

Constructor & Destructor Documentation

◆ MEDFileSpeCls()

MEDFileSpeCls::MEDFileSpeCls ( const char *  file,
CORBA::Boolean  overwrite,
CORBA::Long  version 
)

Member Function Documentation

◆ exportField()

void MEDFileSpeCls::exportField ( SMESH_Mesh_i self,
const std::string &  aMeshName,
bool  have0dField,
SMESHDS_Mesh meshDS,
const GEOM::ListOfFields &  fields,
const char *  geomAssocFields 
)

◆ exportTo()

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 
)

◆ prepareForWriting()

void MEDFileSpeCls::prepareForWriting ( SMESH_Mesh_i self)

References _file, and _overwrite.

◆ prepareMeshNameAndGroups()

std::string MEDFileSpeCls::prepareMeshNameAndGroups ( SMESH_Mesh_i self)

References _file, and _overwrite.

Field Documentation

◆ _file

std::string MEDFileSpeCls::_file
private

◆ _overwrite

CORBA::Boolean MEDFileSpeCls::_overwrite
private

◆ _version

CORBA::Long MEDFileSpeCls::_version
private

Referenced by exportTo().