X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGEOMFiltersSelection%2FHandle_GEOM_FaceFilter.hxx;h=e1b669f5c217c8cb975e0ea82fbab10646801380;hb=e7e908bf4c7c8bec141fe2d3b4a9924ddaea6c04;hp=9881e3e630c88c926f896fec6c20bb77aec4c8b7;hpb=84c3161ed5472836f47a0ae22ea147c237c2e97c;p=modules%2Fgeom.git diff --git a/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx b/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx index 9881e3e63..e1b669f5c 100644 --- a/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx +++ b/src/GEOMFiltersSelection/Handle_GEOM_FaceFilter.hxx @@ -1,17 +1,28 @@ -// File generated by CPPExt (Transient) +// GEOM GEOMFiltersSelection : filter selector for the viewer // -// Copyright (C) 1991,1995 by -// -// MATRA DATAVISION, FRANCE -// -// This software is furnished in accordance with the terms and conditions -// of the contract and with the inclusion of the above copyright notice. -// This software or any other copy thereof may not be provided or otherwise -// be made available to any other person. No title to an ownership of the -// software is hereby transferred. -// -// At the termination of the contract, the software and all copies of this -// software must be deleted. +// 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.salome-platform.org/ or email : webmaster.salome@opencascade.com +// +// +// +// File : Handle_GEOM_FaceFilter.hxx +// Module : GEOM #ifndef _Handle_GEOM_FaceFilter_HeaderFile #define _Handle_GEOM_FaceFilter_HeaderFile @@ -23,17 +34,17 @@ #include #endif -#ifndef _Handle_SALOME_Filter_HeaderFile -#include "Handle_SALOME_Filter.hxx" +#ifndef _Handle_GEOM_ShapeTypeFilter_HeaderFile +#include "Handle_GEOM_ShapeTypeFilter.hxx" #endif class Standard_Transient; class Handle_Standard_Type; -class Handle(SALOME_Filter); +class Handle(GEOM_ShapeTypeFilter); class GEOM_FaceFilter; Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(GEOM_FaceFilter); -class Handle(GEOM_FaceFilter) : public Handle(SALOME_Filter) { +class Handle(GEOM_FaceFilter) : public Handle(GEOM_ShapeTypeFilter) { public: inline void* operator new(size_t,void* anAddress) { @@ -51,12 +62,12 @@ class Handle(GEOM_FaceFilter) : public Handle(SALOME_Filter) { // { // if (anAddress) Standard::Free((Standard_Address&)anAddress,size); // } - Handle(GEOM_FaceFilter)():Handle(SALOME_Filter)() {} - Handle(GEOM_FaceFilter)(const Handle(GEOM_FaceFilter)& aHandle) : Handle(SALOME_Filter)(aHandle) + Handle(GEOM_FaceFilter)():Handle(GEOM_ShapeTypeFilter)() {} + Handle(GEOM_FaceFilter)(const Handle(GEOM_FaceFilter)& aHandle) : Handle(GEOM_ShapeTypeFilter)(aHandle) { } - Handle(GEOM_FaceFilter)(const GEOM_FaceFilter* anItem) : Handle(SALOME_Filter)((SALOME_Filter *)anItem) + Handle(GEOM_FaceFilter)(const GEOM_FaceFilter* anItem) : Handle(GEOM_ShapeTypeFilter)((GEOM_ShapeTypeFilter *)anItem) { }