Salome HOME
Porting to ParaView 5.8
[modules/geom.git] / src / GEOM_I / GEOM_IInsertOperations_i.hh
index d36e0446d8813ab9067e7f5541cee394cfc5f755..d6714dd472a483024f0804135e5ced6a0c7cccfe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  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
@@ -49,19 +49,13 @@ class GEOM_I_EXPORT GEOM_IInsertOperations_i :
                                 const char*           theFileName,
                                 const char*           theFormatName);
 
-  GEOM::ListOfGO* 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(); }
 };