X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_IPolyline.h;h=88f5478078fdef20373c74a49f6f8f6e3ef49a84;hb=a95289fabbb6fbf6f32c06207422c65aafd5bd65;hp=5d15d916eb8d27d4d5986827672b61248050305f;hpb=ee1c932d8b5c0c95cc8a275fe26dd2457d7b979e;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_IPolyline.h b/src/HYDROData/HYDROData_IPolyline.h index 5d15d916..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. */ @@ -197,14 +190,11 @@ public: */ 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,