Salome HOME
IPAL22903: TC650: Store/Restore last GUI state does not work for Isos
[modules/geom.git] / src / GEOMAlgo_NEW / GEOMAlgo_ClsfSolid.hxx
index dc2c67b3898acf32c271f6049f2ce948763d9a50..1715d88db27b2ca77531a4a4ad9fc88d5c4bd908 100644 (file)
@@ -1,69 +1,69 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
-//\r
-// This library is free software; you can redistribute it and/or\r
-// modify it under the terms of the GNU Lesser General Public\r
-// License as published by the Free Software Foundation; either\r
-// version 2.1 of the License.\r
-//\r
-// This library is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-// Lesser General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU Lesser General Public\r
-// License along with this library; if not, write to the Free Software\r
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
-//\r
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
-//\r
-\r
-// File:        GEOMAlgo_ClsfSolid.hxx\r
-// Created:     Mon Jan 29 10:35:46 2007\r
-// Author:      Peter KURNEV\r
-//              <pkv@irinox>\r
-//\r
-#ifndef _GEOMAlgo_ClsfSolid_HeaderFile\r
-#define _GEOMAlgo_ClsfSolid_HeaderFile\r
-\r
-#include <Standard.hxx>\r
-#include <Standard_DefineHandle.hxx>\r
-//#include <Handle_GEOMAlgo_ClsfSolid.hxx>\r
-#include <TopoDS_Shape.hxx>\r
-#include <Standard_Address.hxx>\r
-#include <GEOMAlgo_Clsf.hxx>\r
-\r
-DEFINE_STANDARD_HANDLE(GEOMAlgo_ClsfSolid, GEOMAlgo_Clsf)\r
-\r
-//=======================================================================\r
-//class : GEOMAlgo_ClsfSolid\r
-//purpose  : \r
-//=======================================================================\r
-class GEOMAlgo_ClsfSolid : public GEOMAlgo_Clsf \r
-{\r
- public:\r
-  Standard_EXPORT\r
-    GEOMAlgo_ClsfSolid();\r
-  \r
-  Standard_EXPORT\r
-    virtual ~GEOMAlgo_ClsfSolid();\r
-  \r
-  Standard_EXPORT\r
-    void SetShape(const TopoDS_Shape& aS) ;\r
-  \r
-  Standard_EXPORT\r
-    const TopoDS_Shape& Shape() const;\r
-  \r
-  Standard_EXPORT\r
-    virtual  void Perform() ;\r
-  \r
-  Standard_EXPORT\r
-    virtual  void CheckData() ;\r
-\r
-  DEFINE_STANDARD_RTTI(GEOMAlgo_ClsfSolid)\r
-\r
-  protected:\r
-    TopoDS_Shape myShape;\r
-  Standard_Address myPClsf;\r
-\r
-};\r
-#endif\r
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+// File:        GEOMAlgo_ClsfSolid.hxx
+// Created:     Mon Jan 29 10:35:46 2007
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
+#ifndef _GEOMAlgo_ClsfSolid_HeaderFile
+#define _GEOMAlgo_ClsfSolid_HeaderFile
+
+#include <Standard.hxx>
+#include <Standard_DefineHandle.hxx>
+//#include <Handle_GEOMAlgo_ClsfSolid.hxx>
+#include <TopoDS_Shape.hxx>
+#include <Standard_Address.hxx>
+#include <GEOMAlgo_Clsf.hxx>
+
+DEFINE_STANDARD_HANDLE(GEOMAlgo_ClsfSolid, GEOMAlgo_Clsf)
+
+//=======================================================================
+//class : GEOMAlgo_ClsfSolid
+//purpose  :
+//=======================================================================
+class GEOMAlgo_ClsfSolid : public GEOMAlgo_Clsf
+{
+ public:
+  Standard_EXPORT
+    GEOMAlgo_ClsfSolid();
+
+  Standard_EXPORT
+    virtual ~GEOMAlgo_ClsfSolid();
+
+  Standard_EXPORT
+    void SetShape(const TopoDS_Shape& aS) ;
+
+  Standard_EXPORT
+    const TopoDS_Shape& Shape() const;
+
+  Standard_EXPORT
+    virtual  void Perform() ;
+
+  Standard_EXPORT
+    virtual  void CheckData() ;
+
+  DEFINE_STANDARD_RTTI(GEOMAlgo_ClsfSolid)
+
+  protected:
+    TopoDS_Shape myShape;
+  Standard_Address myPClsf;
+
+};
+#endif