#include <Driver_SMESHDS_Mesh.h>
Public Member Functions | |
| Driver_SMESHDS_Mesh () | |
| void | SetMesh (SMESHDS_Mesh *theMesh) |
Public Member Functions inherited from Driver_Mesh | |
| Driver_Mesh () | |
| virtual SMESH_ComputeErrorPtr | GetError () |
| Return a structure containing description of errors. More... | |
| virtual std::string | GetMeshName () const |
| virtual Status | Perform ()=0 |
| virtual void | SetFile (const std::string &theFileName) |
| void | SetMeshId (int theMeshId) |
| virtual void | SetMeshName (const std::string &theMeshName) |
| virtual void | SetOption (const std::string &optionName, const std::string &optionValue) |
| virtual | ~Driver_Mesh () |
Protected Attributes | |
| SMESHDS_Mesh * | myMesh |
Protected Attributes inherited from Driver_Mesh | |
| std::vector< std::string > | myErrorMessages |
| std::string | myFile |
| int | myMeshId |
| std::string | myMeshName |
| Status | myStatus |
Additional Inherited Members | |
Public Types inherited from Driver_Mesh | |
| enum | Status { DRS_OK , DRS_EMPTY , DRS_WARN_RENUMBER , DRS_WARN_SKIP_ELEM , DRS_WARN_DESCENDING , DRS_FAIL } |
Protected Member Functions inherited from Driver_Mesh | |
| Status | addMessage (const std::string &msg, const bool isFatal=false) |
| Stores an error message. More... | |
| Driver_SMESHDS_Mesh::Driver_SMESHDS_Mesh | ( | ) |
| void Driver_SMESHDS_Mesh::SetMesh | ( | SMESHDS_Mesh * | theMesh | ) |
References myMesh.
Referenced by SMESH_Mesh::ExportGMF(), SMESH_Mesh::ExportMED(), SMESH_Mesh::GMFToMesh(), SMESH_Mesh::MEDToMesh(), and DriverMED_W_Field::Set().
|
protected |