X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_DFLoader.h;h=e5ac0f25468ea3293f44e1aa83d9dc4cf1dd3022;hb=cacdf9c1e4b42af09db1aa302897a3188b77e0b0;hp=815b8cbee5dd1450a1bb7915ee6f54a3646b1092;hpb=9eb5801ea57b763b26db2c7bf897a50b34e2cc31;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_DFLoader.h b/src/GeomAlgoAPI/GeomAlgoAPI_DFLoader.h index 815b8cbee..e5ac0f254 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_DFLoader.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_DFLoader.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAlgoAPI_DFLoader.h // Created: 23 October 2014 // Author: Sergey Zaritchny @@ -5,12 +7,7 @@ #ifndef GeomAlgoAPI_DFLoader_H_ #define GeomAlgoAPI_DFLoader_H_ #include -//#include -#include #include -#include -#include -#include /**\class GeomAlgoAPI_DFLoader * \ingroup DataAlgo @@ -19,24 +16,6 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_DFLoader { public: - /* - /// Loads to DF deleted shapes - static void loadDeletedShapes (BRepBuilderAPI_MakeShape& theMS, const TopoDS_Shape& theShapeIn, - const TopAbs_ShapeEnum KindOfShape, TNaming_Builder& theBuilder); - - /// Loads to DF generated shapes - static void loadAndOrientGeneratedShapes (BRepBuilderAPI_MakeShape& theMS, - const TopoDS_Shape& theShapeIn, - const TopAbs_ShapeEnum theKindOfShape, - TNaming_Builder& theBuilder, - const TopTools_DataMapOfShapeShape& theSubShapes); - /// Loads to DF modified shapes - static void loadAndOrientModifiedShapes (BRepBuilderAPI_MakeShape& theMS, - const TopoDS_Shape& theShapeIn, - const TopAbs_ShapeEnum theKindOfShape, - TNaming_Builder& theBuilder, - const TopTools_DataMapOfShapeShape& theSubShapes); - */ /// Refine result static const TopoDS_Shape refineResult(const TopoDS_Shape& theShape); };