From dee52cd3462c50b58d95942b6110eff25d2ad1ce Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 24 Oct 2011 11:57:06 +0000 Subject: [PATCH] 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups class _pyGen { + Handle(_pyObject) FindObject( const _pyID& theObjID ) const; --- src/SMESH_I/SMESH_2smeshpy.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index 53cf02949..5af2c4dfc 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -199,6 +199,7 @@ public: const char* AccessorMethod() const; _pyID GenerateNewID( const _pyID& theID ); void AddObject( Handle(_pyObject)& theObj ); + Handle(_pyObject) FindObject( const _pyID& theObjID ) const; private: void setNeighbourCommand( Handle(_pyCommand)& theCmd, -- 2.30.2