Salome HOME
Merge branch 'imn/IMACS' of salome:modules/smesh into imn/IMACS
authorrnv <rnv@opencascade.com>
Wed, 4 Oct 2017 07:47:59 +0000 (10:47 +0300)
committerrnv <rnv@opencascade.com>
Wed, 4 Oct 2017 07:47:59 +0000 (10:47 +0300)
src/SMESH_SWIG_WITHIHM/libSMESH_Swig.i

index 68b0e1ec5618d51a0aac5c44b623d2d879d02917..aecaf8e0a7ba56862aa57e49f4ee676c82aa5c2e 100644 (file)
@@ -107,6 +107,10 @@ class SMESH_Swig
   std::vector<int> getSelected( const char* Mesh_Entry );
   std::vector<std::pair<int,int> > getSelectedEdgeOfCell( const char* Mesh_Entry );
 
+  void setSelectionMode( SelectionMode selectionMode);
+  std::vector<int> getSelected( const char* Mesh_Entry );
+  std::vector<std::pair<int,int> > getSelectedEdgeOfCell( const char* Mesh_Entry );
+
   // --------------------- for the test purposes -----------------------
   SelectionMode  getSelectionMode();
   void select( const char *id, std::vector<int> ids, bool append = false );