Salome HOME
Bug correction
[tools/medcoupling.git] / src / RENUMBER / RenumberingFactory.hxx
index 90cfe9ee058d17dda707eb7c3b5371a682a310ba..8e3b65d399c6617524001c4be047fe2ac19ca896 100644 (file)
 namespace MED_RENUMBER
 {
   RENUMBER_EXPORT Renumbering* RenumberingFactory(const std::string& s);
+  RENUMBER_EXPORT std::vector<std::string> RenumberAvailableMethods();
+  RENUMBER_EXPORT std::vector<std::string> AllRenumberMethods();
+  const char METIS_ALG[]="Metis";
+  const char BOOST_ALG[]="Boost";
 }
 
 #endif /*RENUMBERINGFACTORY_HXX_*/