0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / src / TopClass / TopClass_SolidClassifier.gxx
index f40c4be..42a439e 100644 (file)
@@ -3,8 +3,8 @@
 //
 // This file is part of Open CASCADE Technology software library.
 //
-// This library is free software; you can redistribute it and / or modify it
-// under the terms of the GNU Lesser General Public version 2.1 as published
+// This library is free software; you can redistribute it and/or modify it under
+// the terms of the GNU Lesser General Public License version 2.1 as published
 // by the Free Software Foundation, with special exception defined in the file
 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
 // distribution for complete text of the license and disclaimer of any warranty.
@@ -14,7 +14,7 @@
 
 //-- TopClass_SolidClassifier.gxx
 
-#ifdef DEB
+#ifdef OCCT_DEBUG
 Standard_EXPORT Standard_Boolean TopClass_GettraceFC();
 #endif
 
@@ -38,7 +38,7 @@ TopClass_SolidClassifier::TopClass_SolidClassifier(TheSolidExplorer& S,
 void TopClass_SolidClassifier::Perform(TheSolidExplorer& SolidExplorer,
                                       const gp_Pnt&  P,
                                       const Standard_Real Tol) { 
-#ifdef DEB
+#ifdef OCCT_DEBUG
   Standard_Boolean trace = TopClass_GettraceFC();
 #endif
 
@@ -79,11 +79,11 @@ void TopClass_SolidClassifier::Perform(TheSolidExplorer& SolidExplorer,
  
                  parmin = Intersector.WParameter();
                  if(Abs(parmin)<=Tol) { 
-#ifdef DEB
+#ifdef OCCT_DEBUG
                    if (trace) {
                      //-- #########################################
-                     cout<<" parmin = "<<parmin<< " avec Par = "<<Par;
-                     cout<<" ds TopClass_SolidClassifier.gxx  "<<endl;
+                     std::cout<<" parmin = "<<parmin<< " avec Par = "<<Par;
+                     std::cout<<" ds TopClass_SolidClassifier.gxx  "<<std::endl;
                      //-- #########################################
                    }
 #endif
@@ -104,8 +104,8 @@ void TopClass_SolidClassifier::Perform(TheSolidExplorer& SolidExplorer,
                      myState = 4; //-- OUT --
                    }
                    else {
-#ifdef DEB
-                     cout<<"*Probleme ds TopClass_SolidClassifier.gxx"<<endl;
+#ifdef OCCT_DEBUG
+                     std::cout<<"*Probleme ds TopClass_SolidClassifier.gxx"<<std::endl;
 #endif
                    }
                    myFace  = Intersector.Face();
@@ -123,11 +123,11 @@ void TopClass_SolidClassifier::Perform(TheSolidExplorer& SolidExplorer,
                      myState = 4; //-- OUT --
                    }
                    else { 
-#ifdef DEB
-                     cout<<"*Probleme ds TopClass_SolidClassifier.gxx "<<endl;
+#ifdef OCCT_DEBUG
+                     std::cout<<"*Probleme ds TopClass_SolidClassifier.gxx "<<std::endl;
 #endif
                    }
-#ifdef DEB
+#ifdef OCCT_DEBUG
                    //-- #########################################
 //                 cout<<" Intersector.State() == TopAbs_ON";
 //                 cout<<" ds TopClass_SolidClassifier.gxx "<<endl;
@@ -162,7 +162,7 @@ void TopClass_SolidClassifier::Perform(TheSolidExplorer& SolidExplorer,
       }
     } //-- Exploration of the shells
 
-#ifdef DEB
+#ifdef OCCT_DEBUG
     //#################################################
     SolidExplorer.DumpSegment(P,L,parmin,State());
     //#################################################