Salome HOME
To adjust to new SalomeApp_DataOwner, which now holds SALOME_InteractiveObject
[modules/gui.git] / src / VTKViewer / VTKViewer_ConvexTool.h
index baac7e1637edfe0c09e8cd7418dd42b3b93d62bd..f305140b01173d93fc5ad54e63115b69c932e9f7 100644 (file)
 // 
 //  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
 //
-//
-//
-//  File   : VTKViewer_ConvexTool.h
-//  Author : Eugeny Nikolaev
-//  Module : SALOME
-//  $Header$
-
 
 #ifndef _VTKViewer_ConvexTool_H
 #define _VTKViewer_ConvexTool_H
 typedef std::vector<vtkIdType> TCell; // ptsIds
 typedef std::map<vtkIdType,TCell> TCellArray; // CellId, TCell
 
-namespace CONVEX_TOOL{
-
+namespace CONVEX_TOOL
+{
   void GetPolygonalFaces(vtkUnstructuredGrid* theCell,int cellId,TCellArray &outputCellArray);
 }
 
 #endif // _VTKViewer_ConvexTool_H
-