]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
+ #include <TopoDS_Solid.hxx>
authoreap <eap@opencascade.com>
Fri, 13 Jul 2012 07:14:55 +0000 (07:14 +0000)
committereap <eap@opencascade.com>
Fri, 13 Jul 2012 07:14:55 +0000 (07:14 +0000)
src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx

index 65fdf0b9117e2bb71e06b8b6d981b98200959245..6da9eec38bb19cd651e6931cf2c492e38177b143 100644 (file)
 #include <BRepBuilderAPI_MakeVertex.hxx>
 #include <BRepClass3d_SolidClassifier.hxx>
 #include <BRepExtrema_DistShapeShape.hxx>
+#include <BRepGProp.hxx>
 #include <BRepTools.hxx>
 #include <BRep_Tool.hxx>
 #include <Bnd_Box.hxx>
+#include <GProp_GProps.hxx>
 #include <GeomAPI_ProjectPointOnSurf.hxx>
 #include <OSD_File.hxx>
 #include <Precision.hxx>
 #include <Quantity_Parameter.hxx>
-#include <Standard_ProgramError.hxx>
 #include <Standard_ErrorHandler.hxx>
 #include <Standard_Failure.hxx>
+#include <Standard_ProgramError.hxx>
 #include <TopExp.hxx>
 #include <TopExp_Explorer.hxx>
 #include <TopTools_IndexedMapOfShape.hxx>
 #include <TopTools_ListIteratorOfListOfShape.hxx>
+#include <TopTools_MapOfShape.hxx>
 #include <TopoDS.hxx>
 #include <TopoDS_Shape.hxx>
-//#include <BRepClass_FaceClassifier.hxx>
-#include <TopTools_MapOfShape.hxx>
-#include <BRepGProp.hxx>
-#include <GProp_GProps.hxx>
+#include <TopoDS_Solid.hxx>
 
 #include "utilities.h"