smesh/src
eap 301a74fd98 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();
2013-11-14 09:17:58 +00:00
..
Controls 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls 2013-11-14 09:14:20 +00:00
Driver WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
DriverCGNS Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf5 on Linux) 2013-10-31 10:17:43 +00:00
DriverDAT WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
DriverGMF Win32 compilation. 2013-11-11 11:46:01 +00:00
DriverMED WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
DriverSTL WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
DriverUNV WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
MEDWrapper Porting SALOME SMESH module to the CMake build system: initial version. 2013-10-10 12:57:42 +00:00
MEFISTO2 Fix compilation on WIN64 in Release mode 2013-10-25 13:31:17 +00:00
OBJECT Fix for the "0022345: EDF 2754 SMESH: Select pyramids in Mesh Information" issue. 2013-11-05 11:26:07 +00:00
PluginUtils Porting SALOME SMESH module to the CMake build system: initial version. 2013-10-10 12:57:42 +00:00
SMDS WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
SMESH 022398: EDF 2783 SMESH: No end with viscous layer computation 2013-11-12 14:48:16 +00:00
SMESH_I Move BelongToGeom and LyingOnGeom classes to src/Controls/SMESH_Controls* 2013-11-14 09:15:23 +00:00
SMESH_PY Porting SALOME SMESH module to the CMake build system: initial version. 2013-10-10 12:57:42 +00:00
SMESH_SWIG 22355: EDF SMESH: New 1D hypothesis "Adaptive" 2013-11-11 11:07:44 +00:00
SMESH_SWIG_WITHIHM Workaround about SWIG_ADD_MODULE bug: remove duplicates in include directories 2013-10-29 07:31:44 +00:00
SMESHClient WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
SMESHDS 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls 2013-11-13 14:39:11 +00:00
SMESHFiltersSelection WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00
SMESHGUI 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls 2013-11-14 09:17:58 +00:00
SMESHUtils 22355: EDF SMESH: New 1D hypothesis "Adaptive" 2013-10-21 13:07:09 +00:00
StdMeshers 022398: EDF 2783 SMESH: No end with viscous layer computation 2013-11-12 14:50:30 +00:00
StdMeshers_I 22355: EDF SMESH: New 1D hypothesis "Adaptive" 2013-11-11 11:07:44 +00:00
StdMeshersGUI 22355: EDF SMESH: New 1D hypothesis "Adaptive" 2013-11-11 11:07:44 +00:00
Tools CMake: Edit sphinx documentation 2013-11-07 13:08:36 +00:00
CMakeLists.txt WIN32 compilation of the SMESH module: 2013-10-18 13:29:00 +00:00