SALOME Mesh module
Go to file
eap 74b03c9f40 22316: EDF 2719 SMESH: Split hexas into prisms
namespace SMESH
 {
   enum SMESHGUI_FilterType {
     QuadFilter              =  5,
     TriaFilter              =  6,
+    FirstGeometryTypeFilter,
+    FirstEntityTypeFilter   = FirstGeometryTypeFilter + SMDSGeom_NONE,
+    LastFilter              = FirstEntityTypeFilter   + SMDSEntity_Last
   };
 };

+class SMESHGUI_VolumeShapeFilter : public SMESHGUI_Filter
+{
2014-01-20 10:34:21 +00:00
adm_local Minor change 2013-11-20 13:46:15 +00:00
bin Manage concurrent hypotheses sets properly 2013-10-18 11:05:26 +00:00
doc 22316: EDF 2719 SMESH: Split hexas into prisms 2014-01-20 10:31:23 +00:00
idl 22316: EDF 2719 SMESH: Split hexas into prisms 2014-01-20 10:32:14 +00:00
resources Merge from BR_imps_2013 14/01/2014 2014-01-15 09:41:17 +00:00
src 22316: EDF 2719 SMESH: Split hexas into prisms 2014-01-20 10:34:21 +00:00
AUTHORS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
CMakeLists.txt Merge from V7_3_BR branch 18/12/2013 2013-12-18 15:08:18 +00:00
COPYING Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
NEWS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
README Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
SalomeSMESHConfig.cmake.in CMake: 2013-11-06 10:36:07 +00:00
SMESH_version.h.in Porting SALOME SMESH module to the CMake build system: initial version. 2013-10-10 12:57:42 +00:00