]> SALOME platform Git repositories - modules/shaper.git/blob - src/GeomAlgoAPI/GeomAlgoAPI_XAOExport.h
Salome HOME
Make XAO export
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_XAOExport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    GEOMALGOAPI_XAOExport.h
4 // Created: Nov 27, 2015
5 // Author:  Sergey POKHODENKO
6
7 #ifndef GEOMALGOAPI_XAOEXPORT_H_
8 #define GEOMALGOAPI_XAOEXPORT_H_
9
10 #include <GeomAlgoAPI.h>
11
12 #include <string>
13
14 #include <GeomAPI_Shape.h>
15
16 namespace XAO {
17 class Xao;
18 } // namespace XAO
19
20 /// Implementation of the export XAO files algorithms
21 GEOMALGOAPI_EXPORT
22 bool XAOExport(const std::string& theFileName,
23                const std::shared_ptr<GeomAPI_Shape>& theShape,
24                XAO::Xao* theXao,
25                std::string& theError);
26
27 #endif /* GEOMALGOAPI_XAOEXPORT_H_ */