Salome HOME
NCollection sequences improved.
[modules/hydro.git] / src / HYDROPy / HYDROData_PolylineXY.sip
index 082269e8e828778c5b27386fdc97205fc93b763c..40781bdf3c0e03d52858d125c104cae2ef6a78c4 100644 (file)
@@ -87,17 +87,17 @@ public:
    * \param theSectionType type of section
    * \param theIsClosed flag indicates closures of section
    */
-/*TODO:  void GetSections( NCollection_Sequence<TCollection_AsciiString>& theSectNames,
+  void GetSections( NCollection_Sequence<TCollection_AsciiString>& theSectNames,
                     NCollection_Sequence<HYDROData_IPolyline::SectionType>& theSectTypes,
-                    NCollection_Sequence<bool>&                    theSectClosures  /Constrained/) const;
-*/
+                    NCollection_Sequence<bool>& theSectClosures ) const;
+
   /**
    * Replaces point for section with index "theSectionIndex".
    * \param theSectionIndex index of section
    * \param thePoints new points
    */
   void SetPoints( const int         theSectionIndex,
-                  const PointsList& thePoints );
+                  const HYDROData_IPolyline::PointsList& thePoints );
 
   /**
    * Returns the painter path.