Salome HOME
SALOME 9.1.0 Windows version
[modules/geom.git] / src / GEOM_I / GEOM_IInsertOperations_i.hh
index 69bd1cdf48251da0c248dad8e7ad192b409cba9b..4ab2e8bb47a783e1fa2e9de7321b7df8c57a2b66 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -49,19 +49,13 @@ class GEOM_I_EXPORT GEOM_IInsertOperations_i :
                                 const char*           theFileName,
                                 const char*           theFormatName);
 
-  GEOM::GEOM_Object_ptr ImportFile (const char* theFileName,
-                                    const char* theFormatName);
+  GEOM::ListOfGBO* ImportFile (const char* theFileName,
+                              const char* theFormatName);
 
   char* ReadValue (const char* theFileName,
                    const char* theFormatName,
                    const char* theParameterName);
 
-  void ImportTranslators (GEOM::string_array_out theFormats,
-                          GEOM::string_array_out thePatterns);
-
-  void ExportTranslators (GEOM::string_array_out theFormats,
-                          GEOM::string_array_out thePatterns);
-
   GEOM::GEOM_Object_ptr RestoreShape (const SALOMEDS::TMPFile& theStream);
 
   CORBA::Long LoadTexture(const char* theTextureFile);
@@ -72,19 +66,13 @@ class GEOM_I_EXPORT GEOM_IInsertOperations_i :
                                 CORBA::Long& theHeight);
 
   GEOM::ListOfLong* GetAllTextures();
-  
-  CORBA::Boolean ExportXAO (GEOM::GEOM_Object_ptr shape,
-                            const GEOM::ListOfGO& groups,
-                            const GEOM::ListOfFields&  fields,
-                            const char* author,
-                            const char* fileName);
-
-  CORBA::Boolean ImportXAO (const char* fileName,
-                            GEOM::GEOM_Object_out shape,
-                            GEOM::ListOfGO_out subShapes,
-                            GEOM::ListOfGO_out groups,
-                            GEOM::ListOfFields_out fields);
-  
+
+  CORBA::Boolean TransferData
+        (GEOM::GEOM_Object_ptr                                 theObjectFrom,
+         GEOM::GEOM_Object_ptr                                 theObjectTo,
+         GEOM::find_shape_method                               theFindMethod,
+         GEOM::GEOM_IInsertOperations::ListOfTransferDatum_out theResult);
+
   ::GEOMImpl_IInsertOperations* GetOperations()
   { return (::GEOMImpl_IInsertOperations*)GetImpl(); }
 };