Salome HOME
refs #1327: improvements for bathymetry presentation and rescale
[modules/hydro.git] / src / HYDROPy / HYDROData_AltitudeObject.sip
index c5c5fc81dbb0aba96f3adf5ffe316630b3923003..3ad15bd33bfd2dbd0f287e1811934364a1f5245c 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
@@ -32,15 +28,6 @@ class HYDROData_AltitudeObject : public HYDROData_IAltitudeObject
 %End
 
 protected:
-
-  /**
-   * Creates new object in the internal data structure. Use higher level objects 
-   * to create objects with real content.
-   */
   HYDROData_AltitudeObject();
-
-  /**
-   * Destructs properties of the object and object itself, removes it from the document.
-   */
    ~HYDROData_AltitudeObject();
 };