Salome HOME
refs #653, #665 - 669: start implementation of features.
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineXY.h
index c088b987d3659dcd5d2ceddb9599ce270080765d..57ff8cadb614bc2054971431ea672e2cbae36f6c 100644 (file)
@@ -124,12 +124,6 @@ public:
 
 public:
 
-  /**
-   * Returns the 2D presentation of all points.
-   */
-  HYDRODATA_EXPORT virtual TopoDS_Shape GetShape() const;
-  HYDRODATA_EXPORT bool SetShape( const TopoDS_Shape& theShape );
-
   /**
    * Returns the 3D presentation of all points.
    */
@@ -280,7 +274,7 @@ public:
    *                        only for section with this index
    * \return list of points
    */
-  HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1 ) const;
+  HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1, bool IsConvertToGlobal = false ) const;
 
 
   /**