Salome HOME
Merge from BR_V7_main_Field branch (02/09/2013)
[modules/geom.git] / src / GEOM_I_Superv / GEOM_Superv_i.hh
index 32ab561ced8c8a4f7353a9151ed63af315a46359..ee8657090048ca90e90bc43a3ec89b9d5802cdef 100644 (file)
@@ -682,6 +682,15 @@ public:
   GEOM::GEOM_Object_ptr GetMainShape (GEOM::GEOM_Object_ptr theGroup);
   GEOM::GEOM_List_ptr GetObjects (GEOM::GEOM_Object_ptr theGroup);
 
+  //-----------------------------------------------------------//
+  // ImportExport Operations                                   //
+  //-----------------------------------------------------------//
+  CORBA::Boolean ExportXAO(GEOM::GEOM_Object_ptr shape,
+                           const GEOM::ListOfGO& groups, const GEOM::ListOfGO& 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::ListOfGO_out fields);
+
   //-----------------------------------------------------------//
   // Advanced Operations                                       //
   //-----------------------------------------------------------//