X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkTranscriptor.h;h=35d02e05e20b938ddce7b940d00bf7478af2d68d;hb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;hp=c95bdbffa4c1f5deb82de9472a1f11a8686c573b;hpb=c2a4b1893412e50a3d9abff221938a2d16c4a7cb;p=bbtk.git diff --git a/kernel/src/bbtkTranscriptor.h b/kernel/src/bbtkTranscriptor.h index c95bdbf..35d02e0 100644 --- a/kernel/src/bbtkTranscriptor.h +++ b/kernel/src/bbtkTranscriptor.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkTranscriptor.h,v $ $ Language: C++ - Date: $Date: 2008/04/08 06:59:30 $ - Version: $Revision: 1.9 $ + Date: $Date: 2008/04/18 12:59:16 $ + 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 @@ -37,14 +37,11 @@ namespace bbtk class /*BBTK_EXPORT*/ Transcriptor : public VirtualExec { - + BBTK_OBJECT_INTERFACE(Transcriptor); + typedef VirtualExec Superclass; public: + static Pointer New(const std::string& filename); - /// Constructor - Transcriptor(std::string filename); - - /// Destructor - ~Transcriptor( ); /// Sets the inputs of the workspace : void SetInputs(const std::map& m) { mInputs = m; } @@ -178,6 +175,8 @@ namespace bbtk protected: private: + /// Constructor + Transcriptor(const std::string& filename); /// The input values of the Root ComplexBlackBox std::map mInputs;