1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: GeomAlgoAPI_DFLoader.h
4 // Created: 23 October 2014
5 // Author: Sergey Zaritchny
7 #ifndef GeomAlgoAPI_DFLoader_H_
8 #define GeomAlgoAPI_DFLoader_H_
9 #include <GeomAlgoAPI.h>
10 #include <TopoDS_Shape.hxx>
12 /**\class GeomAlgoAPI_DFLoader
14 * \brief Defines several static methods useful for Data Framework filling
16 class GEOMALGOAPI_EXPORT GeomAlgoAPI_DFLoader
20 static const TopoDS_Shape refineResult(const TopoDS_Shape& theShape);