]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Parameters annotation corrected.
authoradv <adv@opencascade.com>
Wed, 29 Jan 2014 11:21:39 +0000 (11:21 +0000)
committeradv <adv@opencascade.com>
Wed, 29 Jan 2014 11:21:39 +0000 (11:21 +0000)
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".