Salome HOME
Correct make file for shared modules script
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_EdgeFilter.hxx
index a464cdae9120cb38ac17c4381f719964a287c4c6..4e84915404d4acc4e4367a6f4ad6d20cb3e2f0a7 100644 (file)
@@ -1,29 +1,28 @@
-//  GEOM GEOMFiltersSelection : filter selector for the viewer
+//  Copyright (C) 2007-2008  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
+//
+//  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.
 //
-//  Copyright (C) 2003  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//  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
 //
+//  GEOM GEOMFiltersSelection : filter selector for the viewer
 //  File   : GEOM_EdgeFilter.hxx
 //  Module : GEOM
-
+//
 #ifndef _GEOM_EdgeFilter_HeaderFile
 #define _GEOM_EdgeFilter_HeaderFile
 
 #endif
 
 #include "SALOME_InteractiveObject.hxx"
-#include "SALOME_Filter.hxx"
+#include "GEOM_ShapeTypeFilter.hxx"
 
 // IDL Headers
 #include <SALOMEconfig.h>
-#include CORBA_SERVER_HEADER(GEOM_Shape)
 #include CORBA_SERVER_HEADER(GEOM_Gen)
 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
 
 // Open CASCADE Includes
 #include <Standard.hxx>
-#include <TopAbs.hxx>
-#include <TopoDS_Shape.hxx>
 #include <StdSelect_TypeOfEdge.hxx>
 
-class GEOM_EdgeFilter : public SALOME_Filter {
+class GEOM_EdgeFilter : public GEOM_ShapeTypeFilter {
 
 public:
 
@@ -68,31 +64,25 @@ public:
 //      }
  // Methods PUBLIC
  // 
-Standard_EXPORT GEOM_EdgeFilter(const StdSelect_TypeOfEdge Edge,
-                               GEOM::GEOM_Gen_ptr geom);
-
-Standard_EXPORT virtual  Standard_Boolean IsOk(const Handle(SALOME_InteractiveObject)& anobj) const;
+Standard_EXPORT GEOM_EdgeFilter( const StdSelect_TypeOfEdge Edge );
 Standard_EXPORT ~GEOM_EdgeFilter();
 
 
-
-
  // Type management
  //
  Standard_EXPORT friend Handle_Standard_Type& GEOM_EdgeFilter_Type_();
  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
- Standard_EXPORT Standard_Boolean             IsKind(const Handle(Standard_Type)&) const;
+ Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
 
 protected:
 
  // Methods PROTECTED
  // 
-
+ Standard_EXPORT virtual Standard_Boolean IsShapeOk(const TopoDS_Shape& theShape ) const;
 
  // Fields PROTECTED
  //
 StdSelect_TypeOfEdge  myKind;
-GEOM::GEOM_Gen_var myComponentGeom;
 
 private: