X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FRENUMBER%2FRENUMBER_Renumbering.hxx;h=2654193c8001fea753e350505b583df15e4e559b;hb=13899c724fb58fb7769615febfeb95172f923314;hp=13dd07215456ec23402fcc23b4aa70af13d6a0cc;hpb=5083dcf12b01a4944d0e07e3920b80daf17a42ac;p=tools%2Fmedcoupling.git diff --git a/src/RENUMBER/RENUMBER_Renumbering.hxx b/src/RENUMBER/RENUMBER_Renumbering.hxx index 13dd07215..2654193c8 100644 --- a/src/RENUMBER/RENUMBER_Renumbering.hxx +++ b/src/RENUMBER/RENUMBER_Renumbering.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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. +// 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 @@ -19,10 +19,13 @@ #ifndef RENUMBERING_HXX_ #define RENUMBERING_HXX_ + #include "RENUMBERDefines.hxx" +#include "MCType.hxx" + #include -namespace ParaMEDMEM +namespace MEDCoupling { class DataArrayInt; } @@ -30,7 +33,8 @@ namespace ParaMEDMEM class RENUMBER_EXPORT Renumbering { public: - virtual void renumber(const int *graph, const int *index_graph, int nbCell, ParaMEDMEM::DataArrayInt *&iperm, ParaMEDMEM::DataArrayInt *&perm) = 0; + virtual void renumber(const int *graph, const int *index_graph, int nbCell, MEDCoupling::DataArrayInt *&iperm, MEDCoupling::DataArrayInt *&perm) = 0; + virtual ~Renumbering() { } }; #endif /*RENUMBERING_HXX_*/