Salome HOME
Drawing of zones in OCC view improved.
[modules/hydro.git] / src / HYDROPy / HYDROData_Bathymetry.sip
index 2d5911e0616177bcb90444e1f8a99997b78de379..8666ba56f60e203520e7a1469649e20a79aab00c 100644 (file)
 //
 
 %ExportedHeaderCode
-
 #include <HYDROData_Bathymetry.h>
-
 #include <gp_XYZ.hxx>
-
 %End
 
 %ModuleCode
@@ -101,7 +98,7 @@ HYDROData_Bathymetry::AltitudePoints convertFromPythonAltitudeList( PyObject* th
 
 public:
 
-  //virtual const ObjectKind GetKind() const { return KIND_BATHYMETRY; }
+  const ObjectKind          GetKind() const;
 
 
 public:      
@@ -156,7 +153,8 @@ public:
     HYDROData_Bathymetry::AltitudePoints aPoints;
     
     Py_BEGIN_ALLOW_THREADS
-    aPoints = sipSelfWasArg ? sipCpp->HYDROData_Bathymetry::GetAltitudePoints() : sipCpp->GetAltitudePoints();
+    aPoints = sipSelfWasArg ? sipCpp->HYDROData_Bathymetry::GetAltitudePoints() : 
+                              sipCpp->GetAltitudePoints();
     Py_END_ALLOW_THREADS
 
     sipRes = convertToPythonAltitudeList( aPoints );
@@ -189,8 +187,6 @@ public:
 
 protected:
 
-  //friend class HYDROData_Iterator;
-
   /**
    * Creates new object in the internal data structure. Use higher level objects 
    * to create objects with real content.