X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FRENUMBER%2FRenumberingFactory.hxx;h=2cd3f6d7fb3e17c2a36cab042a741552230a8b5b;hb=08eee19bd1e695177b88582ce8427214575180f9;hp=44b9b56c202e9b8c24b4d93923af4b560c73449d;hpb=659f8c67d0348350e12fde38fe8c4de1ff95dffe;p=tools%2Fmedcoupling.git diff --git a/src/RENUMBER/RenumberingFactory.hxx b/src/RENUMBER/RenumberingFactory.hxx index 44b9b56c2..2cd3f6d7f 100644 --- a/src/RENUMBER/RenumberingFactory.hxx +++ b/src/RENUMBER/RenumberingFactory.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 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_*/