mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 12:40:32 +05:00
CoTech decision: move MEDWrapper from MED to SMESH
- void SetFile(const std::string& theFileName); + virtual void SetFile(const std::string& theFileName);
This commit is contained in:
parent
7ec258416f
commit
beb621c883
@ -59,7 +59,7 @@ class MESHDRIVER_EXPORT Driver_Mesh
|
|||||||
};
|
};
|
||||||
|
|
||||||
void SetMeshId(int theMeshId);
|
void SetMeshId(int theMeshId);
|
||||||
void SetFile(const std::string& theFileName);
|
virtual void SetFile(const std::string& theFileName);
|
||||||
virtual void SetMeshName(const std::string& theMeshName);
|
virtual void SetMeshName(const std::string& theMeshName);
|
||||||
virtual std::string GetMeshName() const;
|
virtual std::string GetMeshName() const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user