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

src/SMESH_I/SMESH_2smeshpy.hxx

index 5af2c4dfcf5f27350b5c5f340dfa3e836aa90109..b4dfd6b82d1a1ad4be47a350bd2b5bcac59ca87d 100644 (file)
@@ -477,6 +477,7 @@ public:
   _pyFilter(const Handle(_pyCommand)& theCreationCmd, const _pyID& newID="");
   void Process( const Handle(_pyCommand)& theCommand);
   virtual void Flush();
+  const _pyID& GetNewID() const { return myNewID; }
 
   DEFINE_STANDARD_RTTI (_pyFilter)
 };