Salome HOME
0022616: [CEA 1038] Improve the quality of stl and vtk exports
[modules/geom.git] / src / OBJECT / GEOM_OCCReader.cxx
index 02e81bdf1a3ce4c3db526ee9ca9659bc2f77710c..61e7208b3c576e1dd1b038b6d7a792681282bf4d 100644 (file)
@@ -213,7 +213,7 @@ void GEOM_OCCReader::createISO (const TopoDS_Face      &TopologicalFace,
                                       vtkPoints        *Pts,
                                       vtkCellArray     *Cell)
 {
-  GEOMUtils_Hatcher aHatcher(TopologicalFace);
+  GEOMUtils::Hatcher aHatcher(TopologicalFace);
 
   aHatcher.Init(NbIsos);
   aHatcher.Perform();
@@ -231,7 +231,7 @@ void GEOM_OCCReader::createISO (const TopoDS_Face      &TopologicalFace,
 // Function : createIsos
 // Purpose  : Create isolines obtained from hatcher.
 //=======================================================================
-void GEOM_OCCReader::createIsos(const GEOMUtils_Hatcher &theHatcher,
+void GEOM_OCCReader::createIsos(const GEOMUtils::Hatcher &theHatcher,
                                 const Standard_Boolean   IsUIso,
                                       Standard_Integer  &pt_start_idx,
                                       vtkPoints         *Pts,