Salome HOME
Operation of ordering with empty implementation added to project.
[modules/hydro.git] / src / HYDROPy / HYDROData_PolylineXY.sip
index e1aea5d3844be6c052e98d40a4cb4d338c3fb892..c56e55a6bc470f9ec5fae3b86d7cd35967442097 100644 (file)
@@ -110,9 +110,9 @@ public:
    * \param theSectionType type of section
    * \param theIsClosed flag indicates closures of section
    */
-  void GetSections( NCollection_Sequence<TCollection_AsciiString>& theSectNames,
-                    NCollection_Sequence<HYDROData_IPolyline::SectionType>& theSectTypes,
-                    NCollection_Sequence<bool>& theSectClosures ) const;
+  void GetSections( NCollection_Sequence<TCollection_AsciiString>& theSectNames /Out/,
+                    NCollection_Sequence<HYDROData_IPolyline::SectionType>& theSectTypes /Out/,
+                    NCollection_Sequence<bool>& theSectClosures /Out/ ) const;
 
   /**
    * Replaces point for section with index "theSectionIndex".