mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 15:50:33 +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
fb68cb5a3d
commit
dee52cd346
@ -199,6 +199,7 @@ public:
|
|||||||
const char* AccessorMethod() const;
|
const char* AccessorMethod() const;
|
||||||
_pyID GenerateNewID( const _pyID& theID );
|
_pyID GenerateNewID( const _pyID& theID );
|
||||||
void AddObject( Handle(_pyObject)& theObj );
|
void AddObject( Handle(_pyObject)& theObj );
|
||||||
|
Handle(_pyObject) FindObject( const _pyID& theObjID ) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setNeighbourCommand( Handle(_pyCommand)& theCmd,
|
void setNeighbourCommand( Handle(_pyCommand)& theCmd,
|
||||||
|
Loading…
Reference in New Issue
Block a user