]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx
Salome HOME
Bug fix: bounding box for quadratic elements spaceDim=2/meshDim=1 (i.e. SEG3)
[tools/medcoupling.git] / src / INTERP_KERNEL / Bases / NormalizedUnstructuredMesh.hxx
index 949e2e655d4a40ebb7e83c57d7094e7e01ba9f5a..8c65333ae4576a1133a30cc287539182e999e855 100644 (file)
@@ -1,24 +1,28 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 //
-//  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 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.
+// 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
+// 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
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
+
 #ifndef __NORMALIZEDUNSTRUCTUREDMESH_HXX__
 #define __NORMALIZEDUNSTRUCTUREDMESH_HXX__
 
+#include "NormalizedGeometricTypes"
+
 namespace INTERP_KERNEL
 {
   typedef enum
@@ -26,32 +30,6 @@ namespace INTERP_KERNEL
       ALL_C_MODE       ,
       ALL_FORTRAN_MODE
     } NumberingPolicy;
-
-
-  typedef enum
-    {
-      NORM_SEG2    =  1,
-      NORM_SEG3    =  2,
-      NORM_TRI3    =  3,
-      NORM_QUAD4   =  4,
-      NORM_POLYGON =  5,
-      NORM_TRI6    =  6,
-      NORM_QUAD8   =  8,
-      //
-      NORM_TETRA4  = 14,
-      NORM_PYRA5   = 15,
-      NORM_PENTA6  = 16,
-      NORM_HEXA8   = 18,
-      NORM_TETRA10 = 20,
-      NORM_PYRA13  = 23,
-      NORM_PENTA15 = 25,
-      NORM_HEXA20  = 30,
-      NORM_POLYHED = 31,
-      NORM_ERROR   = 40
-    } NormalizedCellType;
-
-  class GenericMesh
-  {};
 }
 
 #endif