Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_DFLoader.h
index 815b8cbee5dd1450a1bb7915ee6f54a3646b1092..766e0c734a18b71df50df0b864bbdc2588453c54 100644 (file)
@@ -5,12 +5,7 @@
 #ifndef GeomAlgoAPI_DFLoader_H_
 #define GeomAlgoAPI_DFLoader_H_
 #include <GeomAlgoAPI.h>
-//#include <boost/shared_ptr.hpp>
-#include <BRepBuilderAPI_MakeShape.hxx>
 #include <TopoDS_Shape.hxx>
-#include <TNaming_Builder.hxx>
-#include <TopAbs_ShapeEnum.hxx>
-#include <TopTools_DataMapOfShapeShape.hxx>
 
 /**\class GeomAlgoAPI_DFLoader
  * \ingroup DataAlgo
 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);
 };