X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_IPolyline.h;h=88f5478078fdef20373c74a49f6f8f6e3ef49a84;hb=a95289fabbb6fbf6f32c06207422c65aafd5bd65;hp=08cc1e665131227564c0386aa19986889fd69a13;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_IPolyline.h b/src/HYDROData/HYDROData_IPolyline.h index 08cc1e66..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. */ @@ -120,7 +113,7 @@ public: */ HYDRODATA_EXPORT virtual SectionType GetSectionType( const int theSectionIndex ) const = 0; - /** + /** * Set type for section with given index. * \param theSectionIndex index of section * \param theSectionType new section type @@ -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,