mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 04:00:32 +05:00
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
class _pyGen { + Handle(_pyObject) FindObject( const _pyID& theObjID ) const;
This commit is contained in:
parent
dee52cd346
commit
bbb7b25fa6
@ -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)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user