]> Creatis software - crea.git/blobdiff - src/creaRTTI.h
no message
[crea.git] / src / creaRTTI.h
index a54e49039c38385eca925b751a54153109a2ce7f..df9ce561380712cbb4a255d27322ef30db8b9c62 100644 (file)
@@ -3,8 +3,8 @@
   Program:   crea
   Module:    $RCSfile: creaRTTI.h,v $
   Language:  C++
-  Date:      $Date: 2008/09/26 14:09:55 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/10/02 12:29:45 $
+  Version:   $Revision: 1.2 $
                                                                                 
   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 crea
     template <> inline std::string HumanTypeName< std::vector<TYPE> >  \
     (const std::vector<TYPE>&) { return "Vector"+HumanTypeName<TYPE>(); }      
 
+  /*
   CREA_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(int8_t);
   CREA_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(uint8_t);
   CREA_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(int16_t);
@@ -166,7 +167,7 @@ namespace crea
   CREA_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(float);
   CREA_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(double);
   CREA_DEFINE_HUMAN_READABLE_VECTOR_TYPE_NAME(std::string);
-
+*/
 /// The crea::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;