]> Creatis software - clitk.git/blobdiff - common/clitkCommon.h
Revert "itkv4 migration use itk::ThreadIdType"
[clitk.git] / common / clitkCommon.h
index 51258e66fc3abd5c418dfc480bdba43debd32442..769ca63f0bf4400cbb783cf53d3bd7b44b3fc293 100644 (file)
@@ -227,6 +227,13 @@ namespace clitk {
   //--------------------------------------------------------------------
   void PrintMemoryUsed();
 
+  //--------------------------------------------------------------------
+  // Convert a map to a vector
+  template <typename M, typename V> 
+  void MapToVecFirst(const M & m, V & v);
+  template <typename M, typename V> 
+  void MapToVecSecond(const M & m, V & v);
+
 #include "clitkCommon.txx"
 
 } // end namespace