Salome HOME
debug of DTM/Stream presentations
[modules/hydro.git] / src / HYDROData / HYDROData_IPolyline.h
index c423f30a695cff20f772d30bdd1aba691bd9913f..88f5478078fdef20373c74a49f6f8f6e3ef49a84 100644 (file)
@@ -190,8 +190,8 @@ public:
    */
   HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1, bool IsConvertToGlobal = false ) const = 0;
 
-  TopoDS_Shape GetShape() const;
-  void SetShape( const TopoDS_Shape& theShape );
+  HYDRODATA_EXPORT TopoDS_Shape GetShape() const;
+  HYDRODATA_EXPORT void SetShape( const TopoDS_Shape& theShape );
 
 protected:
   void RemovePolylineShape();