Salome HOME
merge BR_hydro_v_1_0_4 on BR_quadtree
[modules/hydro.git] / src / HYDROPy / HYDROData_IPolyline.sip
index 885a97b9cb25bf834e2bef325a3195cb429e67eb..92e70a5d5a9baf46fc8e2176650b249138ea3997 100644 (file)
 #include <HYDROData_IPolyline.h>
 %End
 
-class HYDROData_IPolyline : HYDROData_Entity /Abstract/
+class HYDROData_IPolyline : public HYDROData_Entity /Abstract/
 {
 %TypeHeaderCode
 #include <HYDROData_IPolyline.h>
 %End
 
   typedef gp_XY                       Point;
-  typedef NCollection_Sequence<HYDROData_IPolyline::Point> PointsList;
+  typedef NCollection_Sequence<gp_XY> PointsList;
 
 
 %ConvertToSubClassCode