X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexDummyCad.hxx;h=af9726eac14a0b85f52fa7c9e4c65349ccc65532;hb=6100168b28f7fe487a360409ef4f8e7c38df4450;hp=0ff5764e8d058afdf06fc128b75a08da87a64c31;hpb=ab53385205fe062af0e87d4e14296b1492fe3611;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexDummyCad.hxx b/src/HEXABLOCK/HexDummyCad.hxx index 0ff5764..af9726e 100644 --- a/src/HEXABLOCK/HexDummyCad.hxx +++ b/src/HEXABLOCK/HexDummyCad.hxx @@ -35,10 +35,6 @@ class BRep_Builder; class BRep_Tool; class GC_MakeCircle; class GeomAdaptor_Curve; -class GEOMImpl_CircleDriver; -class GEOMImpl_CylinderDriver; -class GEOMImpl_ICircle; -class GEOMImpl_ICylinder; class GeomAPI_ProjectPointOnCurve; class Geom_Circle; class TopExp_Explorer; @@ -60,7 +56,13 @@ class gp_Ax2; // ----------------------------------------------------------- #define Standard_True true #define Handle(x) int -enum {TopAbs_VERTEX, TopAbs_EDGE, TopAbs_FACE }; + // Extrait de TopAbs_ShapeEnum.hxx +enum TopAbs_ShapeEnum { + TopAbs_COMPOUND, TopAbs_COMPSOLID, TopAbs_SOLID, TopAbs_SHELL, + TopAbs_FACE, TopAbs_WIRE, TopAbs_EDGE, TopAbs_VERTEX, + TopAbs_SHAPE +}; + // ----------------------------------------------------------- class gp_Pnt { @@ -161,6 +163,7 @@ class GeomAdaptor_Curve { public : GeomAdaptor_Curve (int) {} +int GetType () { return 0 ;} }; // ----------------------------------------------------------- class BRepPrimAPI_MakeCylinder @@ -314,10 +317,6 @@ private : }; // ----------------------------------------------------------- class GC_MakeCircle {}; -class GEOMImpl_CircleDriver {}; -class GEOMImpl_CylinderDriver {}; -class GEOMImpl_ICircle {}; -class GEOMImpl_ICylinder {}; class Geom_Circle {}; class TopoDS_Compound : public TopoDS_Shape {}; class gp_Lin {};