Salome HOME
0022616: [CEA 1038] Improve the quality of stl and vtk exports
[modules/geom.git] / src / OBJECT / GEOM_OCCReader.h
index ed47445a75b5e7a469ed5d7cb3770007cf4c9bbf..63b622fb8a4494733d8dc82fbd5814cdaebd1a9e 100644 (file)
 
 class vtkPoints;
 class vtkCellArray;
-class GEOMUtils_Hatcher;
+namespace GEOMUtils
+{
+  class Hatcher;
+}
 
 // OpenCASCADE
 #include <TopoDS_Edge.hxx>
@@ -100,12 +103,12 @@ class GEOM_OBJECT_EXPORT GEOM_OCCReader : public vtkAlgorithm {
                  vtkPoints* Pts,
                  vtkCellArray* Cells);
 
-  void createIsos(const GEOMUtils_Hatcher &theHatcher,
+  void createIsos(const GEOMUtils::Hatcher &theHatcher,
                   const Standard_Boolean   IsUIso,
-                        Standard_Integer  &pt_start_idx,
-                        vtkPoints         *Pts,
-                        vtkCellArray      *Cell);
-
+                 Standard_Integer  &pt_start_idx,
+                 vtkPoints         *Pts,
+                 vtkCellArray      *Cell);
+  
   void DrawIso(GeomAbs_IsoType aType,
                Standard_Real PParm,
                Standard_Real p1,