X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_River.h;h=27376559f36e9fedacef281379c36b5d8d3236fe;hb=3ad1721baafb8864b968fe6ef6ab68ecf49a669e;hp=5be072343dda99ce05e2ae8bbfabd7008d75dc54;hpb=f0688b4c39fcc3e49c2b58a90724b9c1c84f1337;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_River.h b/src/HYDROData/HYDROData_River.h index 5be07234..27376559 100644 --- a/src/HYDROData/HYDROData_River.h +++ b/src/HYDROData/HYDROData_River.h @@ -21,8 +21,6 @@ #include "HYDROData_NaturalObject.h" -DEFINE_STANDARD_HANDLE(HYDROData_River, HYDROData_NaturalObject) - /**\class HYDROData_River * \brief * @@ -39,7 +37,7 @@ protected: }; public: - DEFINE_STANDARD_RTTI(HYDROData_River); + DEFINE_STANDARD_RTTIEXT(HYDROData_River, HYDROData_NaturalObject); /** * Returns the kind of this object. Must be redefined in all objects of known type. @@ -49,7 +47,8 @@ public: /** * Dump object to Python script representation. */ - HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const; + HYDRODATA_EXPORT virtual QStringList DumpToPython( const QString& thePyScriptPath, + MapOfTreatedObjects& theTreatedObjects ) const; /** * Update the immersible zone object. @@ -64,16 +63,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;