X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_Boolean.h;h=9ca251863ef5a812ecc7479b340f8b5820424b52;hb=refs%2Fheads%2FDev_1.0.1;hp=ac7b267d0eb4f4c0aba8c772c45b7b5c63d32799;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h b/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h index ac7b267d0..9ca251863 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h @@ -8,9 +8,12 @@ #define GeomAlgoAPI_Boolean_H_ #include -#include #include + +#include +#include #include + #include /**\class GeomAlgoAPI_Boolean @@ -20,16 +23,16 @@ class GeomAlgoAPI_Boolean : public GeomAPI_Interface { public: - /* \brief Creates cut boolean operation + /**\brief Creates cut boolean operation * \param[in] theShape the main shape * \param[in] theTool toole shape for boolean * \return a solid as result of operation */ GEOMALGOAPI_EXPORT static std::shared_ptr makeCut( std::shared_ptr theShape, - std::shared_ptr theTool); + std::shared_ptr theTool); - /* \brief Creates fuse boolean operation + /**\brief Creates fuse boolean operation * \param[in] theShape the main shape * \param[in] theTool second shape * \return a solid as result of operation @@ -38,10 +41,9 @@ class GeomAlgoAPI_Boolean : public GeomAPI_Interface std::shared_ptr theShape, std::shared_ptr theTool); - /* \brief Creates common boolean operation + /**\brief Creates common boolean operation * \param[in] theObject the main shape * \param[in] theTool second shape - * \param[in] theType type of the operation: Fuse, Cut, Common * \return a solid as result of operation */ GEOMALGOAPI_EXPORT static std::shared_ptr makeCommon(