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:
eap 2011-10-24 11:57:06 +00:00
parent fb68cb5a3d
commit dee52cd346

View File

@ -199,6 +199,7 @@ public:
const char* AccessorMethod() const;
_pyID GenerateNewID( const _pyID& theID );
void AddObject( Handle(_pyObject)& theObj );
Handle(_pyObject) FindObject( const _pyID& theObjID ) const;
private:
void setNeighbourCommand( Handle(_pyCommand)& theCmd,