Salome HOME
[bos #35140] [EDF] (2023-T1) Memory communication between SHAPER and GEOM
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_XAOImport.h
index 5682dcf3122957eeeb9a13d5ca46757c86629333..986e03cef5aed729998ffdcb06028c16c1f3eab0 100644 (file)
@@ -36,4 +36,10 @@ std::shared_ptr<GeomAPI_Shape> XAOImport(const std::string& theFileName,
                                           std::string& theError,
                                           XAO::Xao* theXao);
 
+/// Implementation of the import XAO data from memory buffer
+GEOMALGOAPI_EXPORT
+std::shared_ptr<GeomAPI_Shape> XAOImportMem(const std::string& theMemoryBuff,
+                                            std::string& theError,
+                                            XAO::Xao* theXao);
+
 #endif /* GEOMALGOAPI_XAOIMPORT_H_ */