]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkTranscriptor.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkTranscriptor.cxx
index e5e83b59a02837338c1b58e1798a6eb3a63cdd79..cc666b79245efd6cbfc18f81cb4e7918e5718632 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkTranscriptor.cxx,v $ $
   Language:  C++
-  Date:      $Date: 2008/03/26 14:47:36 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2008/04/08 06:59:30 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -155,6 +155,11 @@ namespace bbtk
      m_Fp << "  e->EndDefine( );" << std::endl;
   }
 
+  void Transcriptor::Kind(const std::string& kind)
+  {
+    m_Fp << "  e->Kind( \""<<kind<<"\" );" << std::endl;
+  }
+
 
   void Transcriptor::Create ( const std::string& nodeType, 
                               const std::string& nodeName)