X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_River.h;h=dee7d62484e84e286b78f23adc81bf0ef33124e3;hb=545854182f0363f61284d5abe34c3627d4f3b088;hp=5be072343dda99ce05e2ae8bbfabd7008d75dc54;hpb=439579ec24edd8b147cab07f688d446d59029a1e;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_River.h b/src/HYDROData/HYDROData_River.h index 5be07234..dee7d624 100644 --- a/src/HYDROData/HYDROData_River.h +++ b/src/HYDROData/HYDROData_River.h @@ -64,16 +64,6 @@ public: */ HYDRODATA_EXPORT virtual bool IsHas2dPrs() const; - /** - * Returns the top shape of the object. - */ - HYDRODATA_EXPORT virtual TopoDS_Shape GetTopShape() const; - - /** - * Returns the 3d shape of the object. - */ - HYDRODATA_EXPORT virtual TopoDS_Shape GetShape3D() const; - protected: friend class HYDROData_Iterator;