X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_IPolyline.h;h=88f5478078fdef20373c74a49f6f8f6e3ef49a84;hb=110c68a935c71ebdb6f305fa992f1e6c989ab859;hp=1c4728995fbed9fcc1ec5ac261a6769f1690611c;hpb=deff0cc196a4223cf478e3098468821d0f173641;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_IPolyline.h b/src/HYDROData/HYDROData_IPolyline.h index 1c472899..88f54780 100644 --- a/src/HYDROData/HYDROData_IPolyline.h +++ b/src/HYDROData/HYDROData_IPolyline.h @@ -78,13 +78,6 @@ public: HYDRODATA_EXPORT static QColor DefaultWireColor(); public: - - /** - * Returns the 3D presentation of all points. - */ - HYDRODATA_EXPORT virtual TopoDS_Shape GetShape() const = 0; - - /** * Returns number of sections. */ @@ -195,16 +188,13 @@ public: * only for section with this index * \return list of points */ - HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1 ) const = 0; + HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1, bool IsConvertToGlobal = false ) const = 0; -protected: - - TopoDS_Shape getPolylineShape() const; - - void setPolylineShape( const TopoDS_Shape& theShape ); - - void removePolylineShape(); + HYDRODATA_EXPORT TopoDS_Shape GetShape() const; + HYDRODATA_EXPORT void SetShape( const TopoDS_Shape& theShape ); +protected: + void RemovePolylineShape(); void getSectionsLists( Handle(TDataStd_ExtStringList)& theNamesList, Handle(TDataStd_IntegerList)& theTypesList,