Salome HOME
Merge branch 'BR_LAND_COVER_MAP' of ssh://git.salome-platform.org/modules/hydro into...
[modules/hydro.git] / src / HYDROPy / HYDROData_ArtificialObject.sip
index 084f730c37570a1b3cd595560f70af74be888f5e..0720b6c32ca06d90bf4836a8bab71bee00bed1b6 100644 (file)
@@ -1,12 +1,8 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
+// Copyright (C) 2014-2015  EDF-R&D
 // 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.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-
 %ExportedHeaderCode
 #include <HYDROData_ArtificialObject.h>
 %End
 
-class HYDROData_ArtificialObject : HYDROData_Object /Abstract/
+class HYDROData_ArtificialObject : public HYDROData_Object /Abstract/
 {
 %TypeHeaderCode
 #include <HYDROData_ArtificialObject.h>
@@ -39,11 +34,13 @@ class HYDROData_ArtificialObject : HYDROData_Object /Abstract/
         sipClass = sipClass_HYDROData_Obstacle;
         break;
 
+      case KIND_DIGUE:
+        sipClass = sipClass_HYDROData_Digue;
+        break;
+
       case KIND_CHANNEL:
-      {
         sipClass = sipClass_HYDROData_Channel;
         break;
-      }
       
       case KIND_UNKNOWN:
         sipClass = sipClass_HYDROData_ArtificialObject;
@@ -55,20 +52,7 @@ class HYDROData_ArtificialObject : HYDROData_Object /Abstract/
     }
 %End
 
-public:
-
-
 protected:
-
-  /**
-   * Creates new object in the internal data structure. Use higher level objects 
-   * to create objects with real content.
-   */
   HYDROData_ArtificialObject();
-
-  /**
-   * Destructs properties of the object and object itself, removes it from the document.
-   */
   virtual ~HYDROData_ArtificialObject();
-  
 };