Salome HOME
NCollection sequences improved.
[modules/hydro.git] / src / HYDROPy / HYDROData_Bathymetry.sip
index 349318a679dc1e316f2b02630aed237344d01356..c13645ade96043e1f6919a8563f0fee9118a136f 100644 (file)
 
 class HYDROData_Bathymetry : HYDROData_IAltitudeObject
 {
-
-  typedef gp_XYZ                       AltitudePoint;
-  typedef NCollection_Sequence<gp_XYZ> AltitudePoints;
-
 %ConvertToSubClassCode
     switch ( sipCpp->GetKind() )
     {
@@ -43,6 +39,10 @@ class HYDROData_Bathymetry : HYDROData_IAltitudeObject
     }
 %End
 
+  typedef gp_XYZ                       AltitudePoint;
+  typedef NCollection_Sequence<gp_XYZ> AltitudePoints;
+
+
 %TypeHeaderCode
 #include <HYDROData_Bathymetry.h>
 %End