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)
1  2 
src/SMESH_SWIG_WITHIHM/libSMESH_Swig.i

index 68b0e1ec5618d51a0aac5c44b623d2d879d02917,5f66f9f21011d7b066c187bc43bc681de1c238bf..aecaf8e0a7ba56862aa57e49f4ee676c82aa5c2e
@@@ -101,12 -101,11 +101,16 @@@ class SMESH_Swi
  
    void CreateAndDisplayActor( const char* Mesh_Entry );
    void EraseActor( const char* Mesh_Entry, const bool allViewers = false );
 +  void UpdateActor( 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 );
  
+   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 );