]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkRTTI.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkRTTI.h
index 4fd8eee00d61285e659216d8d25743793ac95b68..ac17280bd328b0636558014707aa02091d7b9f07 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkRTTI.h,v $
   Language:  C++
-  Date:      $Date: 2008/07/30 09:02:31 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/10/02 12:29:26 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -156,6 +156,7 @@ namespace bbtk
     template <> inline std::string HumanTypeName< std::vector<TYPE> >  \
     (const std::vector<TYPE>&) { return "Vector"+HumanTypeName<TYPE>(); }      
 
+  /*
   BBTK_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(int8_t);
   BBTK_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(uint8_t);
   BBTK_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(int16_t);
@@ -166,6 +167,7 @@ namespace bbtk
   BBTK_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(float);
   BBTK_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(double);
   BBTK_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(std::string);
+*/
 
 /// The bbtk::TypeInfo type is a const ref on std::type_info (which can only be manipulated as such (because typeid returns const std::type_info& and type_info has all constructors private)) 
   typedef const std::type_info& TypeInfo;