Salome HOME
Parameters annotation corrected.
[modules/hydro.git] / src / HYDROPy / HYDROData_PolylineXY.sip
index 82aa9ff5e83c4db8eda03cda10c3ce65de43d8b6..c56e55a6bc470f9ec5fae3b86d7cd35967442097 100644 (file)
 
 %ExportedHeaderCode
 #include <HYDROData_PolylineXY.h>
-   typedef bool BOOLTYPE;
 %End
 
-class HYDROData_PolylineXY : HYDROData_IPolyline
+class HYDROData_PolylineXY : public HYDROData_IPolyline
 {
 
 %TypeHeaderCode
@@ -66,6 +65,29 @@ public:
   virtual bool IsEditable() const;
 
   
+public:
+
+  /**
+   * Imports shape from IOR.
+   * \param theIOR the IOR of Geom object
+   * \return \c true if shape has been successfully imported
+   */
+  bool ImportFromGeomIOR( const TCollection_AsciiString& theIOR );
+
+  /**
+   * Stores the study entry of the imported GEOM object.
+   * \param theEntry GEOM object entry
+   */
+  void SetGeomObjectEntry( const TCollection_AsciiString& theEntry );
+
+  /**
+   * Returns the imported GEOM object entry.
+   */
+  TCollection_AsciiString GetGeomObjectEntry() const;
+
+
+public:
+
   /**
    * Returns true if polyline is closed
    * \param theIsSimpleCheck flag indicating the type of checking
@@ -88,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>&*/ NCollection_Sequence<BOOLTYPE>& 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".