]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_2smeshpy.hxx
Salome HOME
Update French translation file
[modules/smesh.git] / src / SMESH_I / SMESH_2smeshpy.hxx
index 5af2c4dfcf5f27350b5c5f340dfa3e836aa90109..57bb00ebe8692a580f634ce0928b9a452c0f32fd 100644 (file)
@@ -467,7 +467,7 @@ DEFINE_STANDARD_HANDLE (_pyGroup, _pyObject);
 
 // -------------------------------------------------------------------------------------
 /*!
- * \brief A filter
+ * \brief A filter sets a human readable name to self
  */
 // -------------------------------------------------------------------------------------
 class _pyFilter:  public _pyObject
@@ -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)
 };