X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkVirtualExec.h;h=85e079875c6abeb9c8ec0d4104de700ba86700c0;hb=15a3ac707793964b994d5749a7c0ff902632dad9;hp=2edbd0e55b4d5d6020ad22c6a9d1d2aa547d7692;hpb=6990a8aeeaf98fc901ed193b95365b2eee2fb950;p=bbtk.git diff --git a/kernel/src/bbtkVirtualExec.h b/kernel/src/bbtkVirtualExec.h index 2edbd0e..85e0798 100644 --- a/kernel/src/bbtkVirtualExec.h +++ b/kernel/src/bbtkVirtualExec.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkVirtualExec.h,v $ $ Language: C++ - Date: $Date: 2008/01/22 16:55:04 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/01/28 15:08:53 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -70,6 +70,12 @@ namespace bbtk /// Sets the mode of dialog of the executer for Root inputs virtual void SetDialogMode(DialogModeType t) = 0; + /// Starts a package block + virtual void BeginPackage (const std::string &name ) = 0; + + /// Ends a package block + virtual void EndPackage () = 0; + /// Starts the definition of a new ComplexBlackBox in package pack /// scriptfilename is the file from which the def is read virtual void Define (const std::string &name,