mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-05-15 13:40:48 +05:00

Add means to notify CORBA API implementation level on group removal caused by hypotheses events (maybe in other mesh) - void RemoveGroup (const int theGroupID); + bool RemoveGroup (const int theGroupID); + struct TRmGroupCallUp + { + virtual void RemoveGroup (const int theGroupID)=0; + virtual ~TRmGroupCallUp() {} + }; + void SetRemoveGroupCallUp( TRmGroupCallUp * upCaller ); + +
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%