From: eap Date: Mon, 24 Oct 2011 13:09:27 +0000 (+0000) Subject: 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups X-Git-Tag: V6_4_0a1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bbb7b25fa6f344b4e233428e255678c8ec030407;p=modules%2Fsmesh.git 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups class _pyGen { + Handle(_pyObject) FindObject( const _pyID& theObjID ) const; --- diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index 5af2c4dfc..b4dfd6b82 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -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) };