X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_DFLoader.h;h=e5ac0f25468ea3293f44e1aa83d9dc4cf1dd3022;hb=05cb54cb247bda099b1dc9218e3382e79becb40c;hp=815b8cbee5dd1450a1bb7915ee6f54a3646b1092;hpb=61da4e89d2ec63daa429d304f928482a0e6fa0b7;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); };