X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_KindOfPeriod.hxx;fp=src%2FGEOMAlgo%2FGEOMAlgo_KindOfPeriod.hxx;h=05bb8ed1bb12c76be8d0f4e0c2a579b1c67a67d3;hb=cfc267474fbe4c092b88a40e8d28031a00950450;hp=0000000000000000000000000000000000000000;hpb=4823245056426a9ccf9c7965daecf11459f58af5;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_KindOfPeriod.hxx b/src/GEOMAlgo/GEOMAlgo_KindOfPeriod.hxx new file mode 100644 index 000000000..05bb8ed1b --- /dev/null +++ b/src/GEOMAlgo/GEOMAlgo_KindOfPeriod.hxx @@ -0,0 +1,36 @@ +// Copyright (C) 2007-2022 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, or (at your option) any later version. +// +// 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 _GEOMAlgo_KindOfPeriod_HeaderFile +#define _GEOMAlgo_KindOfPeriod_HeaderFile + + +enum GEOMAlgo_KindOfPeriod { +GEOMAlgo_KP_UNKNOWN, +GEOMAlgo_KP_PERIODIC, +GEOMAlgo_KP_NONPERIODIC +}; + +#ifndef _Standard_PrimitiveTypes_HeaderFile +#include +#endif + +#endif