Salome HOME
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
authoreap <eap@opencascade.com>
Mon, 24 Oct 2011 11:57:06 +0000 (11:57 +0000)
committereap <eap@opencascade.com>
Mon, 24 Oct 2011 11:57:06 +0000 (11:57 +0000)
class _pyGen {
+  Handle(_pyObject) FindObject( const _pyID& theObjID ) const;

src/SMESH_I/SMESH_2smeshpy.hxx

index 53cf02949f1c00c8b2b9a8e940fc0da75d9c50dd..5af2c4dfcf5f27350b5c5f340dfa3e836aa90109 100644 (file)
@@ -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,