X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_PolylineXY.sip;h=c56e55a6bc470f9ec5fae3b86d7cd35967442097;hb=a4583c5dce2b21c67fb215131ff02243ca4811f1;hp=e1aea5d3844be6c052e98d40a4cb4d338c3fb892;hpb=e5123a9d71157c50c9f1c6f68bccdfadc49f2360;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_PolylineXY.sip b/src/HYDROPy/HYDROData_PolylineXY.sip index e1aea5d3..c56e55a6 100644 --- a/src/HYDROPy/HYDROData_PolylineXY.sip +++ b/src/HYDROPy/HYDROData_PolylineXY.sip @@ -110,9 +110,9 @@ public: * \param theSectionType type of section * \param theIsClosed flag indicates closures of section */ - void GetSections( NCollection_Sequence& theSectNames, - NCollection_Sequence& theSectTypes, - NCollection_Sequence& theSectClosures ) const; + void GetSections( NCollection_Sequence& theSectNames /Out/, + NCollection_Sequence& theSectTypes /Out/, + NCollection_Sequence& theSectClosures /Out/ ) const; /** * Replaces point for section with index "theSectionIndex".