X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGEOMAlgo%2FGEOMAlgo_GetInPlace.hxx;h=723a72b2d6e114a0802353f5720ad15e6a0c2be9;hb=982407874b25696ca989bf21ce96e1d309045fcf;hp=e0f763a822c90a2c946aed86ca074f5677dc558f;hpb=5b3622aa2363853841fd5b4205c78a715bfee4a4;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_GetInPlace.hxx b/src/GEOMAlgo/GEOMAlgo_GetInPlace.hxx index e0f763a82..723a72b2d 100644 --- a/src/GEOMAlgo/GEOMAlgo_GetInPlace.hxx +++ b/src/GEOMAlgo/GEOMAlgo_GetInPlace.hxx @@ -35,9 +35,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include @@ -81,7 +81,7 @@ class GEOMAlgo_GetInPlaceIterator { * The pair of intersected shapes. */ //Standard_EXPORT - void AppendPair(const NMTTools_CoupleOfShape& theCS) ; + void AppendPair(const GEOMAlgo_CoupleOfShapes& theCS) ; /** * Initialize the iterator. @@ -92,7 +92,7 @@ class GEOMAlgo_GetInPlaceIterator { */ //Standard_EXPORT void Initialize(const TopAbs_ShapeEnum theT1, - const TopAbs_ShapeEnum theT2) ; + const TopAbs_ShapeEnum theT2) ; /** * Check the existence of pairs to iterare. * @return @@ -113,13 +113,13 @@ class GEOMAlgo_GetInPlaceIterator { * The pair of intersected shapes. */ //Standard_EXPORT - const NMTTools_CoupleOfShape& Value() const; + const GEOMAlgo_CoupleOfShapes& Value() const; protected: Standard_Integer myDim; - NMTTools_ListOfCoupleOfShape myLists[10]; - NMTTools_ListOfCoupleOfShape myEmptyList; - NMTTools_ListIteratorOfListOfCoupleOfShape myIterator; + GEOMAlgo_ListOfCoupleOfShapes myLists[10]; + GEOMAlgo_ListOfCoupleOfShapes myEmptyList; + GEOMAlgo_ListIteratorOfListOfCoupleOfShapes myIterator; private: }; @@ -296,15 +296,15 @@ protected: Standard_EXPORT void FillShapesIn(const TopoDS_Shape& theS1, - const TopoDS_Shape& theS2) ; + const TopoDS_Shape& theS2) ; Standard_EXPORT void FillShapesOn(const TopoDS_Shape& theS1, - const TopoDS_Shape& theS2) ; + const TopoDS_Shape& theS2) ; Standard_EXPORT Standard_Boolean CheckCoincidence(const TopoDS_Shape& theS1, - const TopoDS_Shape& theS2); + const TopoDS_Shape& theS2); TopoDS_Shape myShapeWhere;