X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FRENUMBER%2FRenumberingFactory.hxx;h=8e3b65d399c6617524001c4be047fe2ac19ca896;hb=13899c724fb58fb7769615febfeb95172f923314;hp=0ba3d5578a11061b411df544c905c312cd30065f;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/RENUMBER/RenumberingFactory.hxx b/src/RENUMBER/RenumberingFactory.hxx index 0ba3d5578..8e3b65d39 100644 --- a/src/RENUMBER/RenumberingFactory.hxx +++ b/src/RENUMBER/RenumberingFactory.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -28,6 +28,10 @@ namespace MED_RENUMBER { RENUMBER_EXPORT Renumbering* RenumberingFactory(const std::string& s); + RENUMBER_EXPORT std::vector RenumberAvailableMethods(); + RENUMBER_EXPORT std::vector AllRenumberMethods(); + const char METIS_ALG[]="Metis"; + const char BOOST_ALG[]="Boost"; } #endif /*RENUMBERINGFACTORY_HXX_*/