mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 21:10:33 +05:00
make PrepareForWriting() public
This commit is contained in:
parent
d120b39537
commit
bec2f2dc5f
@ -1437,7 +1437,7 @@ CORBA::Boolean SMESH_Mesh_i::HasDuplicatedGroupNamesMED()
|
||||
return _impl->HasDuplicatedGroupNamesMED();
|
||||
}
|
||||
|
||||
static void PrepareForWriting (const char* file)
|
||||
void SMESH_Mesh_i::PrepareForWriting (const char* file)
|
||||
{
|
||||
TCollection_AsciiString aFullName ((char*)file);
|
||||
OSD_Path aPath (aFullName);
|
||||
|
@ -310,6 +310,8 @@ public:
|
||||
static SMESH::Hypothesis_Status
|
||||
ConvertHypothesisStatus (SMESH_Hypothesis::Hypothesis_Status theStatus);
|
||||
|
||||
static void PrepareForWriting (const char* file);
|
||||
|
||||
//int importMEDFile( const char* theFileName, const char* theMeshName );
|
||||
|
||||
SMESH::SMESH_subMesh_ptr createSubMesh( GEOM::GEOM_Object_ptr theSubShapeObject );
|
||||
|
Loading…
Reference in New Issue
Block a user