smesh/idl
eap acb4161c58 + interface SMESH_IDSource;
+  typedef sequence<SMESH_IDSource> ListOfIDSources;

+  typedef sequence<ElementType> array_of_ElementType ;

  interface SMESH_IDSource
  {
+
+    /*!
+     * Returns types of elements it contains
+     */
+    array_of_ElementType GetTypes();
   };
2010-09-15 11:45:49 +00:00
..
Makefile.am Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_BasicHypothesis.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Filter.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Gen.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Group.idl 0020752: EDF 1303 SMESH : Add a 'Select All' button in Create Group dialog box 2010-06-22 15:24:40 +00:00
SMESH_Hypothesis.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Mesh.idl + interface SMESH_IDSource; 2010-09-15 11:45:49 +00:00
SMESH_MeshEditor.idl Fix for imp 0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI. 2010-08-30 10:57:47 +00:00
SMESH_Pattern.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00