]> SALOME platform Git repositories - modules/hexablock.git/commitdiff
Salome HOME
Elimination dernieres traces de GEOM
authorabuhsing <abuhsing>
Tue, 25 Jun 2013 14:29:48 +0000 (14:29 +0000)
committerabuhsing <abuhsing>
Tue, 25 Jun 2013 14:29:48 +0000 (14:29 +0000)
src/HEXABLOCK/HexBiCylinderShape.cxx
src/HEXABLOCK/HexDummyCad.hxx
src/HEXABLOCK/HexElements_asso.cxx

index a1770cda958069d81b2333184e40ac59f11379e6..82c9ba6c183a36197742e1afc3fb9ea0d54bfb51 100755 (executable)
@@ -32,8 +32,6 @@
 #include "HexEdge.hxx"
 
                                     // Cylindre
-#include <GEOMImpl_CylinderDriver.hxx>
-#include <GEOMImpl_ICylinder.hxx>
 #include <BRepPrimAPI_MakeCylinder.hxx>
 #include <BRepAlgoAPI_Section.hxx>
 
index 0ff5764e8d058afdf06fc128b75a08da87a64c31..d60e129bbb4953176bd9c12166340e77794b4278 100644 (file)
@@ -35,10 +35,6 @@ class BRep_Builder;
 class BRep_Tool;\r
 class GC_MakeCircle;\r
 class GeomAdaptor_Curve;\r
-class GEOMImpl_CircleDriver;\r
-class GEOMImpl_CylinderDriver;\r
-class GEOMImpl_ICircle;\r
-class GEOMImpl_ICylinder;\r
 class GeomAPI_ProjectPointOnCurve;\r
 class Geom_Circle;\r
 class TopExp_Explorer;\r
@@ -314,10 +310,6 @@ private :
 };\r
 // -----------------------------------------------------------\r
 class GC_MakeCircle {};\r
-class GEOMImpl_CircleDriver {};\r
-class GEOMImpl_CylinderDriver {};\r
-class GEOMImpl_ICircle {};\r
-class GEOMImpl_ICylinder {};\r
 class Geom_Circle {};\r
 class TopoDS_Compound : public TopoDS_Shape {};\r
 class gp_Lin {};\r
index 4b943ce23930af5434aefad043c04c02eee4b100..6450c832b6d28863637cfd8b9f79a75d44f1c48a 100755 (executable)
@@ -47,8 +47,6 @@
 #include <gp_Dir.hxx>
 #include <gp_Lin.hxx>
                                     // Cercles
-#include <GEOMImpl_CircleDriver.hxx>
-#include <GEOMImpl_ICircle.hxx>
 #include <GC_MakeCircle.hxx>
 #include <Geom_Circle.hxx>
 #include <gp_Circ.hxx>