]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkTranscriptor.h
Add unfinished version of bbtkTranscriptor
[bbtk.git] / kernel / src / bbtkTranscriptor.h
index c0a2c4f2a4dd4eab2aca849c0fd626dcb74db2b9..edb9eb26c94950917858dd8dd4b9e6c877feefda 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkTranscriptor.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/02/05 12:16:55 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/02/14 11:38:59 $
+  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
@@ -85,6 +85,10 @@ namespace bbtk
                 const std::string& pack,
                 const std::string &scriptfilename);
 
+    /// Sets the file name to use for the current definition
+    /// (Used to set it after the Define command)
+    void SetCurrentFileName (const std::string &name );
+
     /// End the definition of a ComplexBlackBox
     void EndDefine ();