X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Factory.hxx;h=c3a5dbe41e28fc4bbd5d539706efad57c1e1e8fe;hb=HEAD;hp=3dea6247b324d5dd76871fd30e8f9b12c1f9303d;hpb=d3e1cabf77f67408ac401e2d387e721605cb3b10;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Factory.hxx b/src/MEDWrapper/MED_Factory.hxx index 3dea6247b..c3a5dbe41 100644 --- a/src/MEDWrapper/MED_Factory.hxx +++ b/src/MEDWrapper/MED_Factory.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -27,6 +27,7 @@ #include "MED_Wrapper.hxx" #include +#include namespace MED { @@ -37,13 +38,16 @@ namespace MED bool GetMEDVersion( const std::string&, int&, int&, int& ); MEDWRAPPER_EXPORT - bool CheckCompatibility( const std::string& ); + bool CheckCompatibility( const std::string& , bool isForAppend=false); + + MEDWRAPPER_EXPORT + std::vector GetMEDVersionsAppendCompatible(); MEDWRAPPER_EXPORT PWrapper CrWrapperR( const std::string& ); MEDWRAPPER_EXPORT - PWrapper CrWrapperW( const std::string& ); + PWrapper CrWrapperW( const std::string&, int theVersion=-1 , TFileInternal *tfileInst=nullptr ); } #endif // MED_Factory_HeaderFile