Salome HOME
Dump to python corrected.
[modules/hydro.git] / src / HYDROPy / HYDROData_IPolyline.sip
index ca0a630ca4f992213c2867b0fd31fb761c23b5f6..da3010719977844174f67b225ccb1d8e3515cffc 100644 (file)
 
 class HYDROData_IPolyline : HYDROData_Entity /Abstract/
 {
+%TypeHeaderCode
+#include <HYDROData_IPolyline.h>
+%End
 
   typedef gp_XY                       Point;
   typedef NCollection_Sequence<gp_XY> PointsList;
 
-%TypeHeaderCode
-#include <HYDROData_IPolyline.h>
-%End
 
 %ConvertToSubClassCode
     switch ( sipCpp->GetKind() )