Salome HOME
Integration of PAL/SALOME V2.1.0c from OCC
[modules/smesh.git] / src / SMDS / SMDS_IteratorOfElements.hxx
index bb4d94ebe416d48f2d0dd568caeab06e19e921f6..faf777de98d633502d95f7a16701222a738a511d 100644 (file)
@@ -23,7 +23,6 @@
 #include "SMDS_MeshElement.hxx"
 #include <set>
 
-using namespace std;
 
 class SMDS_IteratorOfElements:public SMDS_ElemIterator
 {
@@ -46,8 +45,8 @@ class SMDS_IteratorOfElements:public SMDS_ElemIterator
        const SMDS_MeshElement * myElement;             
        bool myReverseIteration;
 
-       set<const SMDS_MeshElement*> alreadyReturnedElements;
-       set<const SMDS_MeshElement*>::iterator itAlreadyReturned;       
+       std::set<const SMDS_MeshElement*> alreadyReturnedElements;
+       std::set<const SMDS_MeshElement*>::iterator itAlreadyReturned;  
        bool subMore();
        const SMDS_MeshElement * subNext();
 };