X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHGUI%2FSMESHGUI_SelectionOp.h;h=6b8e713f919ed96904366029c4285ee9e21646ae;hb=b09372829929f8f561495d6c16527134971a1909;hp=578915713ebed2a78b8d4d8a3c7558f83f2d2a1b;hpb=6bac08c1a81f34d3f21c550bd92f83654b2546a5;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SelectionOp.h b/src/SMESHGUI/SMESHGUI_SelectionOp.h index 578915713..6b8e713f9 100644 --- a/src/SMESHGUI/SMESHGUI_SelectionOp.h +++ b/src/SMESHGUI/SMESHGUI_SelectionOp.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -34,14 +34,17 @@ // SALOME GUI includes #include +#include #include // IDL includes #include #include CORBA_SERVER_HEADER(SMESH_Mesh) +// OCCT includes +#include + class SUIT_SelectionFilter; -class TColStd_MapOfInteger; class SVTK_ViewWindow; class SVTK_Selector; class SMESH_Actor; @@ -102,13 +105,13 @@ protected: //! Set selection mode in VTK viewer void setSelectionMode( const Selection_Mode ); - //! Hilight object in VTK viewer + //! Highlight object in VTK viewer void highlight( const Handle( SALOME_InteractiveObject )&, const bool, const bool = true ); //! Select some nodes or elements in VTK void addOrRemoveIndex( const Handle( SALOME_InteractiveObject )&, - const TColStd_MapOfInteger&, const bool isModeShift); + const SVTK_TVtkIDsMap&, const bool isModeShift); SVTK_ViewWindow* viewWindow() const; SVTK_Selector* selector() const;