X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkAtomicBlackBoxGetSetFunctor.h;h=b9aeff8ac9c84d99d4505e3e6c1093aedff17260;hb=a09174b82cb36ffd30bdbaed12c6ebd936a0e8f7;hp=6eec77c05a09453c86372d315fe698262d239af4;hpb=84938d0064ff835af0f2dfb4bc4131a57e66dc1b;p=bbtk.git diff --git a/kernel/src/bbtkAtomicBlackBoxGetSetFunctor.h b/kernel/src/bbtkAtomicBlackBoxGetSetFunctor.h index 6eec77c..b9aeff8 100644 --- a/kernel/src/bbtkAtomicBlackBoxGetSetFunctor.h +++ b/kernel/src/bbtkAtomicBlackBoxGetSetFunctor.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkAtomicBlackBoxGetSetFunctor.h,v $ Language: C++ - Date: $Date: 2008/04/24 10:11:27 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/07/23 11:46:10 $ + 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 @@ -52,6 +52,8 @@ namespace bbtk public: /// Default constructor AtomicBlackBoxGetFunctor() {} + /// Dtor + virtual ~AtomicBlackBoxGetFunctor() {} /// Abstract method which applies the "Get" function of AtomicBlackBox o virtual Data Get(AtomicBlackBox* o) = 0; /// @@ -73,6 +75,8 @@ namespace bbtk public: /// Default constructor AtomicBlackBoxSetFunctor() {} + /// Dtor + virtual ~AtomicBlackBoxSetFunctor() {} /// Abstract method which applies the "Set" function of AtomicBlackBox o virtual void Set(AtomicBlackBox* o, const Data&) = 0; ///