]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OCC2VTK/GEOM_WireframeFace.h
Salome HOME
0022616: [CEA 1038] Improve the quality of stl and vtk exports
[modules/geom.git] / src / OCC2VTK / GEOM_WireframeFace.h
index 27947dd20ac3fcbb8f1a00e15276cb82f06e67eb..c4dcbc96b4834de7dc92a3e0bb7181b9a1cbeee7 100755 (executable)
 #include <BRepAdaptor_Surface.hxx>
  
 class vtkPolyData;
-class GEOMUtils_Hatcher;
+
+namespace GEOMUtils
+{
+  class Hatcher;
+}
 
 class OCC2VTK_EXPORT GEOM_WireframeFace: public GEOM_FaceSource 
 { 
@@ -67,11 +71,11 @@ protected:
 
   static
   void
-  CreateIso(const GEOMUtils_Hatcher &theHatcher,
-            const Standard_Boolean   IsUIso,
-            const int                theDiscret,
-                  vtkPolyData       *thePolyData,
-                  vtkPoints         *thePts);
+    CreateIso(const GEOMUtils::Hatcher &theHatcher,
+             const Standard_Boolean   IsUIso,
+             const int                theDiscret,
+             vtkPolyData              *thePolyData,
+             vtkPoints                *thePts);
 
   static  
   void