Salome HOME
NPAL17269: Performance pb. when creating a group with GUI.
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_SelectionFilter.h
index b05f053d52c7670cd46c3b22a6b4dbeb1bdef982..45b0fd969380b26649335ca745e160803b080e22 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// 
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either 
+// version 2.1 of the License.
+// 
+// This library is distributed in the hope that it will be useful 
+// but WITHOUT ANY WARRANTY; without even the implied warranty of 
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public  
+// License along with this library; if not, write to the Free Software 
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 #ifndef GEOM_SELECTIONFILTER_H
 #define GEOM_SELECTIONFILTER_H
 
@@ -11,7 +30,7 @@
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(GEOM_Gen)
 
-class GEOM_SelectionFilter : public SalomeApp_Filter
+class Standard_EXPORT GEOM_SelectionFilter : public SalomeApp_Filter
 {
 public:
   GEOM_SelectionFilter( SalomeApp_Study* study, const bool theAll = false );
@@ -20,7 +39,7 @@ public:
   virtual bool isOk( const SUIT_DataOwner* ) const;
 
 protected:
-  GEOM::GEOM_Object_ptr getObject( const SUIT_DataOwner* ) const;
+  GEOM::GEOM_Object_ptr getObject( const SUIT_DataOwner*, const bool = true ) const;
   bool                  getShape( const GEOM::GEOM_Object_ptr&, TopoDS_Shape& ) const;
   
   bool                  contains( const int ) const;