Salome HOME
refs #1327: improvements for bathymetry presentation and rescale
[modules/hydro.git] / src / HYDROPy / HYDROData_ArtificialObject.sip
index 503dc735b19e980e155d822aef5ee1e6d10025b0..0720b6c32ca06d90bf4836a8bab71bee00bed1b6 100644 (file)
@@ -1,8 +1,4 @@
-// Copyright (C) 2007-2015  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
@@ -56,20 +52,7 @@ class HYDROData_ArtificialObject : public 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();
-  
 };