1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: GEOMALGOAPI_XAOImport.h
4 // Created: Nov 25, 2015
5 // Author: Sergey POKHODENKO
7 #ifndef GEOMALGOAPI_XAOIMPORT_H_
8 #define GEOMALGOAPI_XAOIMPORT_H_
10 #include <GeomAlgoAPI.h>
14 #include <GeomAPI_Shape.h>
20 /// Implementation of the import XAO files algorithms
22 std::shared_ptr<GeomAPI_Shape> XAOImport(const std::string& theFileName,
23 std::string& theError,
26 #endif /* GEOMALGOAPI_XAOIMPORT_H_ */