Salome HOME
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
authoreap <eap@opencascade.com>
Thu, 14 Nov 2013 09:17:58 +0000 (09:17 +0000)
committereap <eap@opencascade.com>
Thu, 14 Nov 2013 09:17:58 +0000 (09:17 +0000)
commit301a74fd9859419f54f5cdca1d468b8e5c0a3152
tree2d585d80c049420487dc7f99123c6353f71db301
parentd51efe3933ce3964d4051357e81c2c2f5148fd3c
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

Performance optimization for groups on filter:

int SMESHGUI_Selection::numberOfNodes( int ind ) const
{
...
-        return aGroupObj->Size();
+        return aGroupObj->IsEmpty(); // aGroupObj->Size();
src/SMESHGUI/SMESHGUI_Selection.cxx