Salome HOME
Fix line length.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_XAOImport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    GEOMALGOAPI_XAOImport.h
4 // Created: Nov 25, 2015
5 // Author:  Sergey POKHODENKO
6
7 #ifndef GEOMALGOAPI_XAOIMPORT_H_
8 #define GEOMALGOAPI_XAOIMPORT_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 import XAO files algorithms
21 GEOMALGOAPI_EXPORT
22 std::shared_ptr<GeomAPI_Shape> XAOImport(const std::string& theFileName,
23                                           std::string& theError,
24                                           XAO::Xao* theXao);
25
26 #endif /* GEOMALGOAPI_XAOIMPORT_H_ */